Remove obsolete configuration

This commit is contained in:
Emmanuel 2023-02-24 06:40:32 +01:00
parent 7fa76939f8
commit 93c562f747

View file

@ -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: