feat: zip build artifacts

This commit is contained in:
Swann Martinez 2020-07-28 13:20:35 +00:00
parent eb874110f8
commit 7a0b142d69

View File

@ -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