File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -129,19 +129,14 @@ mkdir -p "$OUTPUT_DIR"
129
129
args_string=" ${TASK_ARGS[*]} "
130
130
args_string=" ${args_string// / ,} "
131
131
132
- # DEBUG
133
- echo -e ${REPO_BINDING}
134
- echo -e ${repo}
135
- echo -e ${product}
136
-
137
132
docker run \
138
133
--env " RUBY_TEST_VERSION=${RUBY_TEST_VERSION} " \
139
134
--name test-runner \
140
- --volume ${REPO_BINDING} \
141
- --volume ${repo} :/usr/src/app \
135
+ --volume " ${REPO_BINDING} " \
136
+ --volume " ${repo} :/usr/src/app" \
142
137
--rm \
143
- ${product} \
144
- bundle exec rake unified_release:${TASK} [${args_string} ]
138
+ " ${product} " \
139
+ bundle exec rake unified_release:${TASK} [" ${args_string} " ]
145
140
146
141
# ------------------------------------------------------- #
147
142
# Post Command tasks & checks
You can’t perform that action at this time.
0 commit comments