Update .gitlab-ci.yml file

This commit is contained in:
Russell Ballestrini 2022-06-06 18:31:46 +00:00
parent 058e970d33
commit 0f8e20d879

View file

@ -1,7 +1,6 @@
stages:
- test
- build
- publish
- memopoly.com
test:
@ -38,14 +37,6 @@ build:
- 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
memopoly.com:
stage: memopoly.com
tags: ["memopoly.com"]