From 6b6649479e93226e77272fab513c50a7d72806e3 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Fri, 30 Oct 2020 11:21:35 +0100 Subject: [PATCH] Build images with Go 1.13 and Git 2.29 While we're already building images for Go 1.14/Git 2.29, Gitaly also requires the same images for Go 1.13. This commits adds those missing images. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ac0131..7cb8eb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,6 +64,7 @@ ruby-2.6-golang-1.13-git-2.28 test: *test_custom ruby-2.6-golang-1.14-git-2.28 test: *test_custom ruby-2.6-golang-1.14-git-2.28-pgbouncer-1.14 test: *test_custom ruby-2.7-golang-1.13-git-2.28 test: *test_custom +ruby-2.7-golang-1.13-git-2.29 test: *test_custom ruby-2.7-golang-1.14-git-2.28 test: *test_custom ruby-2.7-golang-1.14-git-2.28-pgbouncer-1.14 test: *test_custom ruby-2.7-golang-1.14-git-2.29 test: *test_custom @@ -143,6 +144,7 @@ ruby-2.6-golang-1.13-git-2.28: *build_and_deploy_custom ruby-2.6-golang-1.14-git-2.28: *build_and_deploy_custom ruby-2.6-golang-1.14-git-2.28-pgbouncer-1.14: *build_and_deploy_custom ruby-2.7-golang-1.13-git-2.28: *build_and_deploy_custom +ruby-2.7-golang-1.13-git-2.29: *build_and_deploy_custom ruby-2.7-golang-1.14-git-2.28: *build_and_deploy_custom ruby-2.7-golang-1.14-git-2.28-pgbouncer-1.14: *build_and_deploy_custom ruby-2.7-golang-1.14-git-2.29: *build_and_deploy_custom