Skip to content

Commit 4e85ce5

Browse files
committed
fix(ci): remove mingit installation step
1 parent 6aa0661 commit 4e85ce5

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.evergreen/install-node.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ export BASEDIR="$PWD/.evergreen"
44

55
if [ "$OS" == "Windows_NT" ]; then
66
powershell "$(cygpath -w "$BASEDIR")"/InstallNode.ps1
7-
8-
# Explicitly grab a fresh portable Git for Windows build
9-
curl -L https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.2/MinGit-2.32.0.2-busybox-64-bit.zip -o "$BASEDIR/mingit-2.32.0.zip"
10-
mkdir "$BASEDIR/mingit"
11-
unzip "$BASEDIR/mingit-2.32.0.zip" -d "$BASEDIR/mingit"
127
else
138
if which realpath; then # No realpath on macOS, but also not needed there
149
export HOME="$(realpath "$HOME")" # Needed to de-confuse nvm when /home is a symlink

.evergreen/setup-env.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ fi
4141

4242
export npm_config_registry=https://registry.npmjs.org/
4343

44-
# hopefully avoid `npm ERR! Host key verification failed`
45-
mkdir -p ~/.ssh && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
46-
4744
echo "Running on:"
4845
uname -a
4946

0 commit comments

Comments
 (0)