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: 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