Skip to content

Commit d74de1f

Browse files
committed
debug
1 parent a8bc3cf commit d74de1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/docker/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
120120
# instead of the one defined in the Dockerfile.
121121
if [ -n "${DOCKER_SCRIPT+x}" ]; then
122122
build_args+=("--build-arg" "SCRIPT_ARG=${DOCKER_SCRIPT}")
123+
echo "Using docker build arg SCRIPT_ARG=${DOCKER_SCRIPT}"
123124
fi
124125

125126
# On non-CI jobs, we try to download a pre-built image from the rust-lang-ci

0 commit comments

Comments
 (0)