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