2020-03-11 22:36:26 +00:00
|
|
|
build:
|
2020-04-17 15:49:22 +02:00
|
|
|
stage: build
|
2020-07-28 17:17:39 +02:00
|
|
|
image: debian:stable-slim
|
2020-03-11 22:35:50 +00:00
|
|
|
script:
|
2020-04-07 16:43:42 +00:00
|
|
|
- rm -rf tests .git .gitignore script
|
2020-03-11 22:35:50 +00:00
|
|
|
artifacts:
|
2020-03-12 12:06:27 +00:00
|
|
|
name: multi_user
|
|
|
|
paths:
|
2020-07-28 17:17:39 +02:00
|
|
|
- multi_user
|
2020-10-05 21:51:54 +02:00
|
|
|
only:
|
|
|
|
refs:
|
|
|
|
- master
|
|
|
|
- develop
|