Update .gitlab-ci.yml
This commit is contained in:
parent
74daed8197
commit
282579e372
|
@ -17,4 +17,9 @@ build:
|
|||
- find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' sh -c 'cd {} && zip -r ../out/{} .'
|
||||
artifacts:
|
||||
paths:
|
||||
- ./out
|
||||
- ./out
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
script:
|
||||
- ls
|
Loading…
Reference in New Issue