.gitlab-ci.yml in puppet-debugger-0.11.0 vs .gitlab-ci.yml in puppet-debugger-0.12.0
- old
+ new
@@ -15,11 +15,11 @@
- bundle exec rake spec
tags:
- ruby
web_trigger_staging:
- type: web_deploy
+ stage: web_deploy
variables:
REF: staging
only:
- master
script:
@@ -35,11 +35,11 @@
script:
- bundle install
- bundle exec rubocop -D
bump_and_tag:
- type: release
+ stage: release
when: manual
tags:
- ruby2.2
only:
- master@puppet-debugger/puppet-debugger
@@ -74,11 +74,11 @@
.ruby_25: &ruby25
image: ruby:2.5
-.ruby_25: &ruby26
+.ruby_26: &ruby26
image: ruby:2.6
gem_production:
image: ruby:2.5
tags:
@@ -131,10 +131,10 @@
variables:
PUPPET_GEM_VERSION: "~> 6.0"
<<: *puppet_job_def
<<: *ruby25
-puppet_60_ruby25:
+puppet_60_ruby26:
variables:
PUPPET_GEM_VERSION: "~> 6.4"
<<: *puppet_job_def
- <<: *ruby25
+ <<: *ruby26