mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Upgrade Git from v2.28.0-rc1 to v2.28.0
Now that Git v2.28.0 has been released, let's update our custom build instructions to use it instead of the release candidate.
This commit is contained in:
parent
f9951f6910
commit
bff2b6b42b
1 changed files with 2 additions and 2 deletions
|
|
@ -98,8 +98,8 @@ function print_git_args() {
|
|||
GIT_DOWNLOAD_SHA256=77ded85cbe42b1ffdc2578b460a1ef5d23bcbc6683eabcafbb0d394dffe2e787
|
||||
;;
|
||||
2.28)
|
||||
GIT_VERSION=2.28.0.rc1
|
||||
GIT_DOWNLOAD_SHA256=f63afef021d710e930f2e4942323b3844fa75d423a7398daf3b1100eb5c8098d
|
||||
GIT_VERSION=2.28.0
|
||||
GIT_DOWNLOAD_SHA256=f914c60a874d466c1e18467c864a910dd4ea22281ba6d4d58077cb0c3f115170
|
||||
;;
|
||||
*) echo "Unknown git version $1"; exit 1;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue