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`"
3838
3939source " $ci_dir /shared.sh"
4040
41- echo " Checking is running in CI..."
4241if isCI; then
43- echo " CI detected"
4442 objdir=$root_dir /obj
4543else
4644 objdir=$root_dir /obj/$image
5553CACHE_DOMAIN=" ${CACHE_DOMAIN:- ci-caches.rust-lang.org} "
5654
5755if [ -f " $docker_dir /$image /Dockerfile" ]; then
58- echo " Dockefile exists for $image "
5956 hash_key=/tmp/.docker-hash-key.txt
6057 rm -f " ${hash_key} "
6158 echo $image >> $hash_key
@@ -123,9 +120,6 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
123120 # instead of the one defined in the Dockerfile.
124121 if [ -n " ${DOCKER_SCRIPT+x} " ]; then
125122 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"
129123 fi
130124
131125 # 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