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