From 4d10a5e1d1bc83e8fa7ff3ae2aa1ec0995b275ed Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Mon, 27 Aug 2018 15:15:12 +0200 Subject: [PATCH] Add deploy stage for new Golang images --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d8b7dd..eb00250 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -138,6 +138,12 @@ ruby-2.4-golang-1.10-git-2.14: *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 ruby-2.4-golang-1.10-git-2.18: *build_and_deploy_custom +ruby-2.4-golang-1.11-git-2.14: *build_and_deploy_custom +ruby-2.4-golang-1.11-git-2.16: *build_and_deploy_custom +ruby-2.4-golang-1.11-git-2.17: *build_and_deploy_custom +ruby-2.4-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 # Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml ruby-2.4.4-golang-1.9-git-2.18-chrome-65.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom