fix(mingit): upgrade to v2.44.0.1 EE-7023 (#11638)

pull/11641/head
andres-portainer 7 months ago committed by GitHub
parent bb61e73464
commit 7333598dba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,5 +3,5 @@
"dockerCompose": "v2.26.1",
"helm": "v3.14.4",
"kubectl": "v1.29.0",
"mingit": "2.42.0.2"
"mingit": "2.44.0.1"
}

@ -13,6 +13,6 @@ if [[ ${PLATFORM} == "windows" ]]; then
GIT_VERSION=$(echo $MINGIT_VERSION | cut -d "." -f 1-3)
GIT_PATCH_VERSION=$(echo $MINGIT_VERSION | cut -d "." -f 4)
wget --tries=3 --waitretry=30 --quiet "https://github.com/git-for-windows/git/releases/download/v$GIT_VERSION.windows.$GIT_PATCH_VERSION/MinGit-$GIT_VERSION.$GIT_PATCH_VERSION-busybox-64-bit.zip"
unzip "MinGit-$GIT_VERSION.$GIT_PATCH_VERSION-busybox-64-bit.zip" -d dist/mingit
fi
wget --tries=3 --waitretry=30 --quiet "https://github.com/git-for-windows/git/releases/download/v$GIT_VERSION.windows.$GIT_PATCH_VERSION/MinGit-$GIT_VERSION-busybox-64-bit.zip"
unzip "MinGit-$GIT_VERSION-busybox-64-bit.zip" -d dist/mingit
fi

Loading…
Cancel
Save