Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2018-03-01 01:56:56 +0300
committerAndrew Newdigate <andrew@gitlab.com>2018-03-01 01:56:56 +0300
commitc36d217706e400a743b3e5ce1d7a765e4249ae36 (patch)
treef2f2c5aee88addce92f5b3019be8a1109cf84d32
parent59d322dfc3152e4e4e8a63ca5d5a1a7118985ee8 (diff)
parente927bc6c8d8bb5a946e6a9775922c477bb938b10 (diff)
Merge branch 'sh-remove-git-2.16-from-golang1.8' into 'master'
Revert git 2.16 change for go 1.8.6 See merge request gitlab-org/gitaly!610
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9dd92f571..1ab39cfe6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,7 +82,7 @@ binaries_go1.9:
binaries_go1.8:
<<: *assemble_definition
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.3-golang-1.8.6-git-2.16
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.3-golang-1.8.6-git-2.14
test:default:
<<: *test_definition