Skip to content
Snippets Groups Projects

Clean up module after migration and rename

Merged Alexander Olofsson requested to merge after-migration into production
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
+ 0
3
@@ -6,7 +6,6 @@ variables:
GIT_LFS_SKIP_SMUDGE: 1 # Disable LFS by default
puppet-lint:
tags: [puppet]
stage: puppet
image: ananace/puppetlint:latest-checks
script:
@@ -19,7 +18,6 @@ puppet-lint:
manifests
puppet-parser:
tags: [puppet]
stage: puppet
image: ananace/puppetlint:latest
script:
@@ -35,7 +33,6 @@ puppet-parser:
metadata.json
ruby:
tags: [puppet]
stage: puppet
image: ruby:alpine
script:
Loading