Update .gitlab-ci.yml
This commit is contained in:
parent
7767ff632c
commit
0baa80563d
|
@ -13,4 +13,8 @@ after_script:
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
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
|
Loading…
Reference in New Issue