Add Gitaly CI image with Git 2.21

This commit is contained in:
Jacob Vosmaer 2019-03-05 11:56:01 +00:00 committed by Andrew Newdigate
parent 033abc98df
commit b1ecdbffc5
2 changed files with 6 additions and 0 deletions

View file

@ -58,6 +58,7 @@ ruby-2.5-golang-1.10-git-2.18 test: *test_custom
ruby-2.5-golang-1.11-git-2.18 test: *test_custom ruby-2.5-golang-1.11-git-2.18 test: *test_custom
ruby-2.6-golang-1.11-git-2.18 test: *test_custom ruby-2.6-golang-1.11-git-2.18 test: *test_custom
ruby-2.5-golang-1.12-git-2.18 test: *test_custom ruby-2.5-golang-1.12-git-2.18 test: *test_custom
ruby-2.5-golang-1.12-git-2.21 test: *test_custom
ruby-2.6-golang-1.12-git-2.18 test: *test_custom ruby-2.6-golang-1.12-git-2.18 test: *test_custom
@ -117,6 +118,7 @@ ruby-2.5-golang-1.10-git-2.18: *build_and_deploy_custom
ruby-2.5-golang-1.11-git-2.18: *build_and_deploy_custom ruby-2.5-golang-1.11-git-2.18: *build_and_deploy_custom
ruby-2.6-golang-1.11-git-2.18: *build_and_deploy_custom ruby-2.6-golang-1.11-git-2.18: *build_and_deploy_custom
ruby-2.5-golang-1.12-git-2.18: *build_and_deploy_custom ruby-2.5-golang-1.12-git-2.18: *build_and_deploy_custom
ruby-2.5-golang-1.12-git-2.21: *build_and_deploy_custom
ruby-2.6-golang-1.12-git-2.18: *build_and_deploy_custom ruby-2.6-golang-1.12-git-2.18: *build_and_deploy_custom
# Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml # Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml

View file

@ -123,6 +123,10 @@ function print_git_args() {
GIT_VERSION=2.18.0 GIT_VERSION=2.18.0
GIT_DOWNLOAD_SHA256=94faf2c0b02a7920b0b46f4961d8e9cad08e81418614102898a55f980fa3e7e4 GIT_DOWNLOAD_SHA256=94faf2c0b02a7920b0b46f4961d8e9cad08e81418614102898a55f980fa3e7e4
;; ;;
2.21)
GIT_VERSION=2.21.0
GIT_DOWNLOAD_SHA256=85eca51c7404da75e353eba587f87fea9481ba41e162206a6f70ad8118147bee
;;
*) echo "Unknown git version $1"; exit 1; *) echo "Unknown git version $1"; exit 1;
esac esac