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

24 lines
332 B
YAML

image: python:3-alpine
before_script:
- apk update
- apk add zip
stages:
- build
build:
stage: build
script:
- zip swade-fr-content.zip -r module -x ".*"
artifacts:
expire_in: never
name: swade-fr-content
when: on_success
paths:
- swade-fr-content.zip
when: on_success
only:
- tags