From c281fed0be1fbae27055c050fcda61d54afdb141 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sun, 20 May 2018 06:35:34 -0700 Subject: [PATCH] Add more missing builds for Gitaly --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04f711b..3409b3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,7 @@ before_script: ruby-2.3-golang-1.9-git-2.9 test: *test_custom ruby-2.3-golang-1.9-git-2.14 test: *test_custom ruby-2.3-golang-1.9-git-2.16 test: *test_custom +ruby-2.3-golang-1.9-git-2.17 test: *test_custom ruby-2.3-golang-1.10-git-2.9 test: *test_custom ruby-2.3-golang-1.10-git-2.14 test: *test_custom ruby-2.3-golang-1.10-git-2.16 test: *test_custom @@ -112,6 +113,7 @@ ruby-2.3-golang-1.10-git-2.14: *build_and_deploy_custom ruby-2.3-golang-1.10-git-2.16: *build_and_deploy_custom ruby-2.4-golang-1.9-git-2.16: *build_and_deploy_custom ruby-2.4-golang-1.9-git-2.17: *build_and_deploy_custom +ruby-2.4-golang-1.10-git-2.16: *build_and_deploy_custom ruby-2.4-golang-1.10-git-2.17: *build_and_deploy_custom # Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml