swade-fr-content/.gitlab-ci.yml

24 lines
332 B
YAML
Raw Normal View History

2021-03-14 14:32:13 +01:00
image: python:3-alpine
before_script:
- apk update
- apk add zip
stages:
- build
build:
stage: build
script:
2022-04-29 20:41:21 +02:00
- zip swade-fr-content.zip -r module -x ".*"
2021-03-14 14:32:13 +01:00
artifacts:
expire_in: never
2022-04-29 20:41:21 +02:00
name: swade-fr-content
2021-03-14 14:32:13 +01:00
when: on_success
paths:
2022-04-29 20:41:21 +02:00
- swade-fr-content.zip
2021-03-14 14:32:13 +01:00
when: on_success
only:
- tags