Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-05-23 18:08:47 +00:00
parent 74daed8197
commit 282579e372
1 changed files with 6 additions and 1 deletions

View File

@ -17,4 +17,9 @@ build:
- find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' sh -c 'cd {} && zip -r ../out/{} .'
artifacts:
paths:
- ./out
- ./out
deploy:
stage: deploy
script:
- ls