Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 25, 2023
1 parent e6d336e commit bfb9eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/run-orchestration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ perl -p -i -e "s|ABSOLUTE_PATH_REPLACEMENT_TOKEN|${DRIVERS_TOOLS}|g" $ORCHESTRAT

# Docker does not enable ipv6 by default.
# https://docs.docker.com/config/daemon/ipv6/
if [ -n $DOCKER_RUNNING ]; then
if [ -n "$DOCKER_RUNNING" ]; then
cp $ORCHESTRATION_FILE /root/config.json
export ORCHESTRATION_FILE=/root/config.json
sed -i "s/\"ipv6\": true,/\"ipv6\": false,/g" $ORCHESTRATION_FILE
Expand Down

0 comments on commit bfb9eca

Please sign in to comment.