update gitlab-ci.yml
This commit is contained in:
parent
74cc1ebc26
commit
6b59b0ca4a
@ -10,13 +10,13 @@ stages:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- zip swade-fr.zip -r module -x ".*"
|
- zip swade-fr-content.zip -r module -x ".*"
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: never
|
expire_in: never
|
||||||
name: swade-fr
|
name: swade-fr-content
|
||||||
when: on_success
|
when: on_success
|
||||||
paths:
|
paths:
|
||||||
- swade-fr.zip
|
- swade-fr-content.zip
|
||||||
when: on_success
|
when: on_success
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
Loading…
Reference in New Issue
Block a user