gitlab-ci.yml
This commit is contained in:
parent
1bbd080d22
commit
04e58224e6
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ stages:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
tags: ["shell"]
|
||||
script:
|
||||
- ./make_tarball.sh
|
||||
artifacts:
|
||||
|
|
@ -14,6 +15,7 @@ build:
|
|||
|
||||
publish:
|
||||
stage: publish
|
||||
tags: ["shell"]
|
||||
script:
|
||||
# publish build to Salt Master
|
||||
- sudo /opt/salt-call-put-artifacts-onto-salt-master.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue