diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2019-04-16 15:02:41 +0200 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2019-04-16 15:11:20 +0200 |
commit | 5a50e88de2d74bdf9520bb9d2f83b87d387d95a1 (patch) | |
tree | 20b2c4f51a0069d630a6917de1ed8cef24b60897 /.gitlab-ci.yml | |
parent | c16619c527afdd00aa4dbbbf7544afb2f38477a8 (diff) | |
download | gitlab-ce-5a50e88de2d74bdf9520bb9d2f83b87d387d95a1.tar.gz |
Test using Git 2.21
Given Rails doesn't use the Git binary anymore, this shouldn't be a
problem.
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 72385b93bd9..4d30efccb5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-golang-1.11-git-2.18-chrome-71.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29" +image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-golang-1.11-git-2.21-chrome-71.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29" variables: MYSQL_ALLOW_EMPTY_PASSWORD: "1" |