Make DATASET variable editable in CI
This commit is contained in:
parent
d16e45aca1
commit
79ec85fcd4
1 changed files with 3 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue