Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-05-22 00:14:41 +00:00
parent 7767ff632c
commit 0baa80563d
1 changed files with 5 additions and 1 deletions

View File

@ -13,4 +13,8 @@ after_script:
build:
stage: build
script:
- find . -maxdepth 1 -type d | xargs zip
- mkdir out
- find . -maxdepth 1 -type d -not -name ".git" -not -name "out" | xargs -I {} zip out/{} {}
artifacts:
paths:
- ./out