Update .gitlab-ci.yml
This commit is contained in:
parent
862eaeb167
commit
6ce4f7a590
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ image: alpine:latest
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --update zip
|
- apk add --update zip
|
||||||
|
|
||||||
deploy1:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- zip src/*
|
- zip -r pivotal-improvements.zip src/*
|
||||||
|
|
Loading…
Reference in a new issue