Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-05-22 01:51:00 +00:00
parent 3f0e136b94
commit f767a49977
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ build:
stage: build
script:
- mkdir out
- find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' bash -c 'cd {} && zip -r ../out/{} .'
- find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' sh -c 'cd {} && zip -r ../out/{} .'
artifacts:
paths:
- ./out