Gitaly Build Images

Golang 1.5, 1.6, 1.7, 1.8 + Git 2.8.4
This commit is contained in:
Kim Carlbäcker 2017-03-04 19:40:17 +00:00 committed by Kim "BKC" Carlbäcker
parent aa62d51de6
commit a32461f5e4
6 changed files with 86 additions and 0 deletions

View file

@ -35,6 +35,10 @@ www-gitlab-com test: *test_build
doc-gitlab-com test: *test_build
terraform-0.1 test: *test_build
gitlab-qa test: *test_build
golang-1.5-git-2.8.4 test: *test_build
golang-1.6-git-2.8.4 test: *test_build
golang-1.7-git-2.8.4 test: *test_build
golang-1.8-git-2.8.4 test: *test_build
ruby-2.1-git-2.7-phantomjs-2.1: *build_and_deploy
ruby-2.3-git-2.7-phantomjs-2.1: *build_and_deploy
@ -44,3 +48,7 @@ www-gitlab-com: *build_and_deploy
doc-gitlab-com: *build_and_deploy
terraform-0.1: *build_and_deploy
gitlab-qa: *build_and_deploy
golang-1.5-git-2.8.4: *build_and_deploy
golang-1.6-git-2.8.4: *build_and_deploy
golang-1.7-git-2.8.4: *build_and_deploy
golang-1.8-git-2.8.4: *build_and_deploy