Skip to content
Snippets Groups Projects
Commit 84b3d475 authored by Fabien Combernous's avatar Fabien Combernous
Browse files

build artefact only on commit with tags on master branch

parent a0d0444e
No related branches found
No related tags found
1 merge request!68Resolve "update gitlab-ci.yml to produce artefact only for tagged commits on master branch"
Pipeline #3992 passed
......@@ -161,10 +161,10 @@ module release:
- pdk build
tags:
- puppet-tests
when: manual
allow_failure: false
only:
- master
- tags
except:
- branches
artifacts:
paths:
- pkg/
......
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