Skip to content

Commit 07adf13

Browse files
authored
chore(ci): use git 2.x on RHEL hosts (#595)
1 parent cdddd21 commit 07adf13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.evergreen/.setup_env

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -e
22
set -x
33
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"
4+
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"
55

66
if [ "$OS" != "Windows_NT" ]; then
77
export NVM_DIR="$HOME/.nvm"
@@ -15,6 +15,9 @@ node --version
1515
echo "Using npm version:"
1616
npm --version
1717

18+
echo "Using git version:"
19+
git --version
20+
1821
export EVERGREEN_EXPANSIONS_PATH="$BASEDIR/../../tmp/expansions.yaml"
1922

2023
if [ "$OS" == "Windows_NT" ]; then

0 commit comments

Comments
 (0)