Update .gitlab-ci.yml file

This commit is contained in:
Russell Ballestrini 2022-01-10 20:07:05 +00:00
parent 3c0d2e9758
commit e581b0607b

View file

@ -5,6 +5,7 @@ stages:
test:
stage: test
tags: ["shell"]
script: make test
artifacts:
paths:
@ -13,6 +14,7 @@ test:
build:
stage: build
tags: ["shell"]
script:
- mv env.vanilla env
- make prod
@ -39,6 +41,7 @@ build:
publish:
stage: publish
tags: ["shell"]
script:
# publish build to Salt Master
- sudo /opt/salt-call-put-artifacts-onto-salt-master.sh