We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed728d commit eec9bcfCopy full SHA for eec9bcf
src/ci/docker/run.sh
@@ -38,7 +38,9 @@ root_dir="`dirname $src_dir`"
38
39
source "$ci_dir/shared.sh"
40
41
+echo "Checking is running in CI..."
42
if isCI; then
43
+ echo "CI detected"
44
objdir=$root_dir/obj
45
else
46
objdir=$root_dir/obj/$image
@@ -53,6 +55,7 @@ fi
53
55
CACHE_DOMAIN="${CACHE_DOMAIN:-ci-caches.rust-lang.org}"
54
56
57
if [ -f "$docker_dir/$image/Dockerfile" ]; then
58
+ echo "Dockefile exists for $image"
59
hash_key=/tmp/.docker-hash-key.txt
60
rm -f "${hash_key}"
61
echo $image >> $hash_key
0 commit comments