Update .gitlab-ci.yml file
This commit is contained in:
parent
3c0d2e9758
commit
e581b0607b
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue