File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ export BASEDIR="$PWD/.evergreen"
4
4
5
5
if [ " $OS " == " Windows_NT" ]; then
6
6
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"
12
7
else
13
8
if which realpath; then # No realpath on macOS, but also not needed there
14
9
export HOME=" $( realpath " $HOME " ) " # Needed to de-confuse nvm when /home is a symlink
Original file line number Diff line number Diff line change 41
41
42
42
export npm_config_registry=https://registry.npmjs.org/
43
43
44
- # hopefully avoid `npm ERR! Host key verification failed`
45
- mkdir -p ~ /.ssh && ssh-keyscan -t rsa github.com >> ~ /.ssh/known_hosts
46
-
47
44
echo " Running on:"
48
45
uname -a
49
46
You can’t perform that action at this time.
0 commit comments