Update .gitlab-ci.yml
This commit is contained in:
parent
503e5819ed
commit
11335d0955
|
@ -4,15 +4,10 @@
|
||||||
# you can delete this line if you're not using Docker
|
# you can delete this line if you're not using Docker
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
|
||||||
before_script:
|
|
||||||
- apk add --no-cache zip
|
|
||||||
|
|
||||||
after_script:
|
|
||||||
- ls
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- apk add --no-cache zip
|
||||||
- mkdir out
|
- mkdir out
|
||||||
- find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' sh -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:
|
artifacts:
|
||||||
|
|
Loading…
Reference in New Issue