2020-03-11 22:36:26 +00:00
|
|
|
build:
|
2020-04-17 15:49:22 +02:00
|
|
|
stage: build
|
2020-04-07 16:45:26 +00:00
|
|
|
image: python:latest
|
2020-03-11 22:35:50 +00:00
|
|
|
script:
|
2020-04-07 16:43:42 +00:00
|
|
|
- rm -rf tests .git .gitignore script
|
2020-07-28 13:20:35 +00:00
|
|
|
- zip -r multi_user.zip multi_user/
|
2020-03-12 12:04:52 +00:00
|
|
|
|
2020-03-11 22:35:50 +00:00
|
|
|
artifacts:
|
2020-03-12 12:06:27 +00:00
|
|
|
name: multi_user
|
|
|
|
paths:
|
2020-07-28 13:20:35 +00:00
|
|
|
- multi_user.zip
|
|
|
|
|
2020-03-11 22:35:50 +00:00
|
|
|
|