diff options
author | Stan Hu <stanhu@gmail.com> | 2017-08-21 14:38:51 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-08-21 14:38:51 -0700 |
commit | 4a4aae7f37619f15988d963c77560e578739ec78 (patch) | |
tree | 84337967afa36fdf4222e2c3e770cacffe789cb8 /.gitlab-ci.yml | |
parent | 7b223f3838b0ee9ff70bc8096290a8e0f9847642 (diff) | |
download | gitlab-ce-4a4aae7f37619f15988d963c77560e578739ec78.tar.gz |
Bump .gitlab-ci image to use git 2.13
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 376f0a3f2ec..92ed11db240 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.3-golang-1.8-git-2.7-chrome-60.0-node-7.1-postgresql-9.6" +image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.3-golang-1.8-git-2.13-chrome-60.0-node-7.1-postgresql-9.6" .default-cache: &default-cache key: "ruby-233-with-yarn" |