Skip to content

Commit f6e2c9f

Browse files
committed
[CI] DEBUG: Updates make.sh
1 parent 6ac7e4f commit f6e2c9f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.ci/make.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,19 @@ mkdir -p "$OUTPUT_DIR"
129129
args_string="${TASK_ARGS[*]}"
130130
args_string="${args_string// /,}"
131131

132+
# DEBUG
133+
echo -e ${REPO_BINDING}
134+
echo -e ${repo}
135+
echo -e ${product}
136+
132137
docker run \
133138
--env "RUBY_TEST_VERSION=${RUBY_TEST_VERSION}" \
134139
--name test-runner \
135140
--volume ${REPO_BINDING} \
136141
--volume ${repo}:/usr/src/app \
137142
--rm \
138-
$product \
139-
bundle exec rake unified_release:$TASK[$args_string]
143+
${product} \
144+
bundle exec rake unified_release:${TASK}[${args_string}]
140145

141146
# ------------------------------------------------------- #
142147
# Post Command tasks & checks

0 commit comments

Comments
 (0)