From d0892330230fd02191f86c9284ce4fb23e9cdb03 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 24 Oct 2018 14:20:44 -0700 Subject: [PATCH] Add missing build for ruby 2.5 and Golang 1.10 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2bf4d2..1d9de6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,6 +100,7 @@ gitlab-docs-lint test: *test_build # Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml ruby-2.4-golang-1.11-git-2.18: *build_and_deploy_custom +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 # Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml