Skip to content
Snippets Groups Projects
Commit 62832352 authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch 'upgrade-trigger-rubies' into 'master'

Upgrade ruby version used by the trigger pipelines to 2.6

See merge request gitlab-org/omnibus-gitlab!4333
parents 2c3fa32a 42a6459d
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@
retry: 1
.trigger-job: &trigger-job
image: "ruby:2.4"
image: "ruby:2.6"
stage: trigger-package
when: manual
script:
......@@ -377,7 +377,7 @@
Trigger:ha-validate:
stage: trigger-ha-validate
image: "ruby:2.4"
image: "ruby:2.6"
when: manual
script:
- bundle exec rake qa:ha:validate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment