mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Use Ruby 2.6 for gitlab-qa image
Rename the image so that it doesn't break gitlab-qa builds, since Rubocop will need to be updated.
This commit is contained in:
parent
1d4063cd45
commit
ba38efc291
2 changed files with 3 additions and 3 deletions
|
|
@ -88,7 +88,7 @@ alpine-aws test: *test_build
|
|||
alpine-helm test: *test_build
|
||||
ruby-alpine-aws test: *test_build
|
||||
gitlab-charts-build-base test: *test_build
|
||||
gitlab-qa test: *test_build
|
||||
gitlab-qa-ruby-2.6 test: *test_build
|
||||
gitlab-qa-alpine test: *test_build
|
||||
gitlab-puppeteer test: *test_build
|
||||
omnibus-gitlab-bionic test: *test_build
|
||||
|
|
@ -149,7 +149,7 @@ alpine-aws: *build_and_deploy
|
|||
alpine-helm: *build_and_deploy
|
||||
ruby-alpine-aws: *build_and_deploy
|
||||
gitlab-charts-build-base: *build_and_deploy
|
||||
gitlab-qa: *build_and_deploy
|
||||
gitlab-qa-ruby-2.6: *build_and_deploy
|
||||
gitlab-qa-alpine: *build_and_deploy
|
||||
gitlab-puppeteer: *build_and_deploy
|
||||
omnibus-gitlab-bionic: *build_and_deploy
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.4
|
||||
FROM ruby:2.6
|
||||
|
||||
|
||||
# Enable support for UTF encoded stdin/stdout
|
||||
Loading…
Add table
Add a link
Reference in a new issue