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 0a7a842 commit c16a1b0Copy full SHA for c16a1b0
.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_CONFIG="$BASEDIR/docker-config/config.json"
+export DOCKER_CONFIG="$BASEDIR/docker-config"
79
export PATH="$BASEDIR/docker-config/bin:$PATH"
80
81
echo "Running on:"
0 commit comments