Skip to content

Commit

Permalink
Revert "Use public DNS server instead of 169.254.169.254 on CI."
Browse files Browse the repository at this point in the history
This reverts commit 32e8bda.
  • Loading branch information
kennytm committed Aug 16, 2018
1 parent 53837db commit b75f1ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ci/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ fi
# goes ahead and sets it for all builders.
args="$args --privileged"

if [ "$CI" != "" ]; then
args="$args --dns 8.8.8.8 --dns 8.8.4.4 --dns 1.1.1.1 --dns 1.0.0.1"
fi

exec docker \
run \
--volume "$root_dir:/checkout:ro" \
Expand Down

0 comments on commit b75f1ba

Please sign in to comment.