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 53837db commit b75f1baCopy full SHA for b75f1ba
src/ci/docker/run.sh
@@ -119,10 +119,6 @@ fi
119
# goes ahead and sets it for all builders.
120
args="$args --privileged"
121
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
-
126
exec docker \
127
run \
128
--volume "$root_dir:/checkout:ro" \
0 commit comments