Make DATASET variable editable in CI

This commit is contained in:
Emmanuel 2022-11-15 15:44:38 +01:00
parent d16e45aca1
commit 79ec85fcd4

View file

@ -6,13 +6,9 @@ default:
- node_modules/ - node_modules/
variables: variables:
## This variable can be overridden at pipeline execution time. DATASET:
## Possible values: description: "Dataset to import (either dole, jorf, kali or legi"
## - dole value: dole
## - jorf
## - kali
## - legi
DATASET: undefined
## Ensure that all the Git tags are retrieved. ## Ensure that all the Git tags are retrieved.
## https://docs.gitlab.com/ee/user/project/pipelines/settings.html#git-shallow-clone ## https://docs.gitlab.com/ee/user/project/pipelines/settings.html#git-shallow-clone
GIT_DEPTH: 0 GIT_DEPTH: 0