Update .gitlab-ci.yml file

This commit is contained in:
Russell Ballestrini 2022-06-22 23:08:10 +00:00
parent 749f148209
commit 4f5d87886c

View file

@ -1,21 +1,14 @@
stages:
- build
- publish
build:
stage: build
tags: ["shell"]
tags: ["build"]
script:
- ./make_tarball.sh
artifacts:
paths:
- www.unturf.com.tar.gz
- www.unturf.com.tar.gz.hash
- commit-hash.txt
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