Remove obsolete configuration
This commit is contained in:
parent
7fa76939f8
commit
93c562f747
1 changed files with 1 additions and 16 deletions
|
@ -5,21 +5,6 @@ default:
|
|||
paths:
|
||||
- node_modules/
|
||||
|
||||
variables:
|
||||
DATASET:
|
||||
description: "Select the dataset to import."
|
||||
options:
|
||||
- "dole"
|
||||
- "jorf"
|
||||
- "kali"
|
||||
- "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
|
||||
## Needed for storing locale dates
|
||||
TZ: Europe/Paris
|
||||
|
||||
stages:
|
||||
- build
|
||||
# - test
|
||||
|
@ -35,7 +20,7 @@ build:
|
|||
- rm -f .env
|
||||
- ln -s example.env .env
|
||||
- npm run build
|
||||
|
||||
#
|
||||
# test:
|
||||
# stage: test
|
||||
# except:
|
||||
|
|
Loading…
Reference in a new issue