diff options
author | Stan Hu <stanhu@gmail.com> | 2018-10-18 23:57:16 -0700 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-10-24 15:31:00 +0800 |
commit | 4ca19ab1720fd881e6cf68e22000c3da565290ba (patch) | |
tree | 9e39a9b3d238204b3d337636998636d080c1b0f7 /.gitlab-ci.yml | |
parent | efc06cb3c3cfdc41e14525b5efa4533f08ee3809 (diff) | |
download | gitlab-ce-4ca19ab1720fd881e6cf68e22000c3da565290ba.tar.gz |
Upgrade to Ruby 2.4.5
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccc9e640970..ec8d812b0a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.4.4-golang-1.9-git-2.18-chrome-69.0-node-8.x-yarn-1.2-postgresql-9.6-graphicsmagick-1.3.29" +image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.4.5-golang-1.9-git-2.18-chrome-69.0-node-8.x-yarn-1.2-postgresql-9.6-graphicsmagick-1.3.29" .dedicated-runner: &dedicated-runner retry: 1 @@ -6,7 +6,7 @@ image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.4.4-golang-1.9-git - gitlab-org .default-cache: &default-cache - key: "ruby-2.4.4-debian-stretch-with-yarn" + key: "ruby-2.4.5-debian-stretch-with-yarn" paths: - vendor/ruby - .yarn-cache/ @@ -594,7 +594,7 @@ static-analysis: script: - scripts/static-analysis cache: - key: "ruby-2.4.4-debian-stretch-with-yarn-and-rubocop" + key: "ruby-2.4.5-debian-stretch-with-yarn-and-rubocop" paths: - vendor/ruby - .yarn-cache/ |