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 cdddd21 commit 07adf13Copy full SHA for 07adf13
.evergreen/.setup_env
@@ -1,7 +1,7 @@
1
set -e
2
set -x
3
export BASEDIR="$PWD/.evergreen"
4
-export PATH="$BASEDIR/node-v$NODE_JS_VERSION-win-x64:/opt/python/3.6/bin/:/cygdrive/c/Python39/Scripts:/cygdrive/c/Python39:/cygdrive/c/cmake/bin:$PATH"
+export PATH="$BASEDIR/node-v$NODE_JS_VERSION-win-x64:/opt/python/3.6/bin:/opt/chefdk/gitbin:/cygdrive/c/Python39/Scripts:/cygdrive/c/Python39:/cygdrive/c/cmake/bin:$PATH"
5
6
if [ "$OS" != "Windows_NT" ]; then
7
export NVM_DIR="$HOME/.nvm"
@@ -15,6 +15,9 @@ node --version
15
echo "Using npm version:"
16
npm --version
17
18
+echo "Using git version:"
19
+git --version
20
+
21
export EVERGREEN_EXPANSIONS_PATH="$BASEDIR/../../tmp/expansions.yaml"
22
23
if [ "$OS" == "Windows_NT" ]; then
0 commit comments