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"
135
135
136
136
# Convert ARGS to comma separated string for Rake:
137
137
args_string=" ${TASK_ARGS[*]} "
138
- args_string=" ${args_string// / ,}
138
+ args_string=" ${args_string// / ,} "
139
139
140
140
docker run \
141
141
--env " RUBY_TEST_VERSION=${RUBY_TEST_VERSION} " \
142
142
--name test-runner \
143
143
--volume $REPO_BINDING \
144
144
--rm \
145
145
$product \
146
- bundle exec rake unified_release:" $TASK " [" $args_string " " ]
146
+ bundle exec rake unified_release:" $TASK " [" $args_string " ]
147
147
148
148
# ------------------------------------------------------- #
149
149
# Post Command tasks & checks
150
150
# ------------------------------------------------------- #
151
151
152
152
if [[ " $CMD " == " assemble" ]]; then
153
- if compgen -G " .ci/output/* " > /dev/null; then
153
+ if compgen -G " .ci/output" > /dev/null; then
154
154
echo -e " \033[32;1mTARGET: successfully assembled client v$VERSION \033[0m"
155
155
else
156
156
echo -e " \033[31;1mTARGET: assemble failed, empty workspace!\033[0m"
You can’t perform that action at this time.
0 commit comments