mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(mingit): upgrade to v2.44.0.1 EE-7023 (#11638)
This commit is contained in:
parent
bb61e73464
commit
7333598dba
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue