File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,22 +135,22 @@ mkdir -p "$OUTPUT_DIR"
135135
136136# Convert ARGS to comma separated string for Rake:
137137args_string=" ${TASK_ARGS[*]} "
138- args_string=" ${args_string// / ,}
138+ args_string=" ${args_string// / ,} "
139139
140140docker run \
141141 --env " RUBY_TEST_VERSION=${RUBY_TEST_VERSION} " \
142142 --name test-runner \
143143 --volume $REPO_BINDING \
144144 --rm \
145145 $product \
146- bundle exec rake unified_release:" $TASK " [" $args_string " " ]
146+ bundle exec rake unified_release:" $TASK " [" $args_string " ]
147147
148148# ------------------------------------------------------- #
149149# Post Command tasks & checks
150150# ------------------------------------------------------- #
151151
152152if [[ " $CMD " == " assemble" ]]; then
153- if compgen -G " .ci/output/* " > /dev/null; then
153+ if compgen -G " .ci/output" > /dev/null; then
154154 echo -e " \033[32;1mTARGET: successfully assembled client v$VERSION \033[0m"
155155 else
156156 echo -e " \033[31;1mTARGET: assemble failed, empty workspace!\033[0m"
You can’t perform that action at this time.
0 commit comments