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 c852139 commit 9a5a916Copy full SHA for 9a5a916
.evergreen/setup-env.sh
@@ -75,7 +75,7 @@ if [ "$OS" == "Windows_NT" ]; then
75
export npm_config_logs_dir="$(cygpath -w "$npm_config_logs_dir")"
76
fi
77
78
-export DOCKER_FILE="$BASEDIR/docker-config/config.json"
+export DOCKER_CONFIG="$BASEDIR/docker-config/config.json"
79
export PATH="BASEDIR/docker-config/bin:$PATH"
80
81
echo "Running on:"
0 commit comments