Skip to content

Commit

Permalink
Fix gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Italiano authored and aitalian committed Jul 27, 2021
1 parent daa2f86 commit 6f0b437
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,20 @@ parallel_spec-Ruby 2.7.2-Puppet ~> 7:
variables:
PUPPET_GEM_VERSION: '~> 7'

pdk build:
stage: build
image: puppet/puppet-dev-tools:latest
before_script:
- gem install bundler
- bundle -v
script:
- pdk build
only:
changes:
- Gemfile
- "*.{json,pp,rb,yml}"
refs:
- main
artifacts:
paths:
- pkg/
pdk build:
stage: build
image: puppet/puppet-dev-tools:latest
before_script:
- gem install bundler
- bundle -v
script:
- pdk build
only:
changes:
- Gemfile
- "*.{json,pp,rb,yml}"
refs:
- main
artifacts:
paths:
- pkg/

0 comments on commit 6f0b437

Please sign in to comment.