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

Merge branch '58-add-release-stage-in-gitlab-ci' into 'master'

Resolve "add release stage  in gitlab CI"

Closes #58

See merge request !52
parents 1aee3428 26e5f274
No related branches found
No related tags found
1 merge request!52Resolve "add release stage in gitlab CI"
Pipeline #2519 canceled
......@@ -3,6 +3,7 @@ stages:
- syntax
- unit
- acceptance
- release
cache:
paths:
......@@ -174,3 +175,19 @@ acceptance with puppet6 centos7:
- bundle exec rake beaker
tags:
- puppet-tests
module release:
stage: release
variables:
RBENV_VERSION: '2.5.1'
script:
- pdk build
tags:
- puppet-tests
only:
- master
artifacts:
paths:
- pkg/
expire_in: 6 weeks
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