Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-05-22 00:20:17 +00:00
parent bd7c40cc2e
commit d5220d1d12
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ build:
stage: build stage: build
script: script:
- mkdir out - mkdir out
- find . -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I {} zip out/{} {}/\* - find . -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I {} zip {} {}/\*
artifacts: artifacts:
paths: paths:
- ./out - ./out