mirror of https://github.com/portainer/portainer
fix(mingit): upgrade to v2.44.0.1 EE-7023 (#11639)
parent
95292d20f4
commit
b86b721b0f
|
@ -3,5 +3,5 @@
|
||||||
"dockerCompose": "v2.26.1",
|
"dockerCompose": "v2.26.1",
|
||||||
"helm": "v3.14.4",
|
"helm": "v3.14.4",
|
||||||
"kubectl": "v1.29.0",
|
"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_VERSION=$(echo $MINGIT_VERSION | cut -d "." -f 1-3)
|
||||||
GIT_PATCH_VERSION=$(echo $MINGIT_VERSION | cut -d "." -f 4)
|
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"
|
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.$GIT_PATCH_VERSION-busybox-64-bit.zip" -d dist/mingit
|
unzip "MinGit-$GIT_VERSION-busybox-64-bit.zip" -d dist/mingit
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue