Update .gitlab-ci.yml

This commit is contained in:
Russell Ballestrini 2025-03-02 21:14:03 +00:00
parent fb50e701d3
commit cc53ea5cef

View file

@ -1,5 +1,6 @@
stages:
- build
- www.unturf.com
build:
stage: build
@ -12,3 +13,12 @@ build:
- www.unturf.com.tar.gz.hash
- commit-hash.txt
expire_in: 1 month
www.unturf.com:
stage: www.unturf.com
tags: ["mps-router1"]
script:
# publish build to Salt Master
- sudo /opt/salt-call-state-highstate.sh
rules:
- if: '$CI_COMMIT_BRANCH == "master"'