Update .gitlab-ci.yml

This commit is contained in:
Sijmen 2018-01-15 23:25:15 +00:00
parent 862eaeb167
commit 6ce4f7a590
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ image: alpine:latest
before_script:
- apk add --update zip
deploy1:
deploy:
stage: deploy
script:
- zip src/*
- zip -r pivotal-improvements.zip src/*