From 1cf1347f67767b709ae21a600d7e998b4731ab23 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sun, 20 May 2018 07:23:52 -0700 Subject: [PATCH] Add ruby-2.4-golang-1.9-git-2.9 builds for Gitaly --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6274dec..ea60fc8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,6 +60,7 @@ 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 +ruby-2.4-golang-1.9-git-2.9 test: *test_custom ruby-2.4-golang-1.9-git-2.14 test: *test_custom ruby-2.4-golang-1.9-git-2.16 test: *test_custom ruby-2.4-golang-1.9-git-2.17 test: *test_custom @@ -113,6 +114,7 @@ ruby-2.3-golang-1.9-git-2.17: *build_and_deploy_custom ruby-2.3-golang-1.10-git-2.9: *build_and_deploy_custom 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.9: *build_and_deploy_custom ruby-2.4-golang-1.9-git-2.14: *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