Skip to content

Commit eec9bcf

Browse files
committed
more debug
1 parent 9ed728d commit eec9bcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ci/docker/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ root_dir="`dirname $src_dir`"
3838

3939
source "$ci_dir/shared.sh"
4040

41+
echo "Checking is running in CI..."
4142
if isCI; then
43+
echo "CI detected"
4244
objdir=$root_dir/obj
4345
else
4446
objdir=$root_dir/obj/$image
@@ -53,6 +55,7 @@ fi
5355
CACHE_DOMAIN="${CACHE_DOMAIN:-ci-caches.rust-lang.org}"
5456

5557
if [ -f "$docker_dir/$image/Dockerfile" ]; then
58+
echo "Dockefile exists for $image"
5659
hash_key=/tmp/.docker-hash-key.txt
5760
rm -f "${hash_key}"
5861
echo $image >> $hash_key

0 commit comments

Comments
 (0)