update gitlab-ci.yml

This commit is contained in:
Sasmira 2022-04-29 18:41:21 +00:00
parent 74cc1ebc26
commit 6b59b0ca4a
1 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,13 @@ stages:
build:
stage: build
script:
- zip swade-fr.zip -r module -x ".*"
- zip swade-fr-content.zip -r module -x ".*"
artifacts:
expire_in: never
name: swade-fr
name: swade-fr-content
when: on_success
paths:
- swade-fr.zip
- swade-fr-content.zip
when: on_success
only:
- tags