Skip to content

Commit

Permalink
.gitlab-ci.yml: remove Puppet 6
Browse files Browse the repository at this point in the history
PDK update didn't update this because it was removed from PDK
templates.

* puppetlabs/pdk-templates#524
* puppetlabs/pdk-templates@89b3a9a
  • Loading branch information
kenyon committed Aug 24, 2023
1 parent 97ed5ed commit 7085588
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,6 @@ default:
- bundle -v
- bundle install --without system_tests --path vendor/bundle --jobs $(nproc)

validate lint check rubocop-Ruby 2.5.7-Puppet ~> 6:
stage: syntax
image: ruby:2.5.7
script:
- bundle exec rake validate lint check rubocop
variables:
PUPPET_GEM_VERSION: '~> 6'

parallel_spec-Ruby 2.5.7-Puppet ~> 6:
stage: unit
image: ruby:2.5.7
script:
- bundle exec rake parallel_spec
variables:
PUPPET_GEM_VERSION: '~> 6'

validate lint check rubocop-Ruby 2.7.2-Puppet ~> 7:
stage: syntax
image: ruby:2.7.2
Expand Down

0 comments on commit 7085588

Please sign in to comment.