Update .gitlab-ci.yml file
This commit is contained in:
parent
749f148209
commit
4f5d87886c
1 changed files with 2 additions and 9 deletions
|
|
@ -1,21 +1,14 @@
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- publish
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
tags: ["shell"]
|
tags: ["build"]
|
||||||
script:
|
script:
|
||||||
- ./make_tarball.sh
|
- ./make_tarball.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- www.unturf.com.tar.gz
|
- www.unturf.com.tar.gz
|
||||||
|
- www.unturf.com.tar.gz.hash
|
||||||
- commit-hash.txt
|
- commit-hash.txt
|
||||||
expire_in: 1 month
|
expire_in: 1 month
|
||||||
|
|
||||||
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