Skip to content

Commit a1abbaa

Browse files
committed
remove echo logs
1 parent aa0fd46 commit a1abbaa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ci/docker/run.sh

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

3939
source "$ci_dir/shared.sh"
4040

41-
echo "Checking is running in CI..."
4241
if isCI; then
43-
echo "CI detected"
4442
objdir=$root_dir/obj
4543
else
4644
objdir=$root_dir/obj/$image
@@ -55,7 +53,6 @@ fi
5553
CACHE_DOMAIN="${CACHE_DOMAIN:-ci-caches.rust-lang.org}"
5654

5755
if [ -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

0 commit comments

Comments
 (0)