Update .gitlab-ci.yml
This commit is contained in:
parent
63de4cd8ef
commit
36f3ae88d1
|
@ -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 {} {}
|
- find . -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I {} zip -r {} {}
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ./out
|
- ./out
|
Loading…
Reference in New Issue