Skip to content

Commit b75f1ba

Browse files
committed
Revert "Use public DNS server instead of 169.254.169.254 on CI."
This reverts commit 32e8bda.
1 parent 53837db commit b75f1ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ci/docker/run.sh

-4
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ fi
119119
# goes ahead and sets it for all builders.
120120
args="$args --privileged"
121121

122-
if [ "$CI" != "" ]; then
123-
args="$args --dns 8.8.8.8 --dns 8.8.4.4 --dns 1.1.1.1 --dns 1.0.0.1"
124-
fi
125-
126122
exec docker \
127123
run \
128124
--volume "$root_dir:/checkout:ro" \

0 commit comments

Comments
 (0)