Skip to content

Commit

Permalink
incorrect env var..
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Nov 22, 2024
1 parent c852139 commit 9a5a916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [ "$OS" == "Windows_NT" ]; then
export npm_config_logs_dir="$(cygpath -w "$npm_config_logs_dir")"
fi

export DOCKER_FILE="$BASEDIR/docker-config/config.json"
export DOCKER_CONFIG="$BASEDIR/docker-config/config.json"
export PATH="BASEDIR/docker-config/bin:$PATH"

echo "Running on:"
Expand Down

0 comments on commit 9a5a916

Please sign in to comment.