feat: zip build artifacts
This commit is contained in:
parent
eb874110f8
commit
7a0b142d69
@ -3,9 +3,11 @@ build:
|
|||||||
image: python:latest
|
image: python:latest
|
||||||
script:
|
script:
|
||||||
- rm -rf tests .git .gitignore script
|
- rm -rf tests .git .gitignore script
|
||||||
|
- zip -r multi_user.zip multi_user/
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
name: multi_user
|
name: multi_user
|
||||||
paths:
|
paths:
|
||||||
- multi_user
|
- multi_user.zip
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user