File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,7 @@ root_dir="`dirname $src_dir`"
38
38
39
39
source " $ci_dir /shared.sh"
40
40
41
- echo " Checking is running in CI..."
42
41
if isCI; then
43
- echo " CI detected"
44
42
objdir=$root_dir /obj
45
43
else
46
44
objdir=$root_dir /obj/$image
55
53
CACHE_DOMAIN=" ${CACHE_DOMAIN:- ci-caches.rust-lang.org} "
56
54
57
55
if [ -f " $docker_dir /$image /Dockerfile" ]; then
58
- echo " Dockefile exists for $image "
59
56
hash_key=/tmp/.docker-hash-key.txt
60
57
rm -f " ${hash_key} "
61
58
echo $image >> $hash_key
@@ -123,9 +120,6 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
123
120
# instead of the one defined in the Dockerfile.
124
121
if [ -n " ${DOCKER_SCRIPT+x} " ]; then
125
122
build_args+=(" --build-arg" " SCRIPT_ARG=${DOCKER_SCRIPT} " )
126
- echo " Using docker build arg SCRIPT_ARG=${DOCKER_SCRIPT} "
127
- else
128
- echo " DOCKER_SCRIPT is not defined"
129
123
fi
130
124
131
125
# On non-CI jobs, we try to download a pre-built image from the rust-lang-ci
You can’t perform that action at this time.
0 commit comments