diff options
author | Stan Hu <stanhu@gmail.com> | 2018-02-28 10:49:51 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-02-28 15:23:06 -0800 |
commit | 3e78a6137a327a7a8fee7cf2b1c6a7a547fac819 (patch) | |
tree | 498b68b95c7545b8a2092f2f2a440d28320a80a8 /.gitlab-ci.yml | |
parent | b50756401746d936cfe3eea5e0c6d300ab0db0eb (diff) | |
download | gitlab-ce-3e78a6137a327a7a8fee7cf2b1c6a7a547fac819.tar.gz |
Bump GitLab CI test image to use git v2.16
git 2.15.0 has some significant performance improvements when running `git
fetch` on a repository that has lots of references. See
https://gitlab.com/gitlab-com/migration/issues/216#note_60672987 for more
details.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae762e7aa6e..8a0c9802c15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.6-golang-1.9-git-2.14-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6" +image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.6-golang-1.9-git-2.16-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6" .dedicated-runner: &dedicated-runner retry: 1 |