Update .gitlab-ci.yml file
This commit is contained in:
parent
6bc01b74e5
commit
d46b8817ab
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ stages:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
tags: ["shell"]
|
||||
tags: ["build"]
|
||||
script:
|
||||
#tar -zcvf www.makepostsell.com.tar.gz output
|
||||
- rm -rf .git
|
||||
|
|
@ -23,7 +23,7 @@ build:
|
|||
|
||||
publish:
|
||||
stage: publish
|
||||
tags: ["shell"]
|
||||
tags: ["build"]
|
||||
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