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:
|
paths:
|
||||||
- node_modules/
|
- 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:
|
stages:
|
||||||
- build
|
- build
|
||||||
# - test
|
# - test
|
||||||
|
@ -35,7 +20,7 @@ build:
|
||||||
- rm -f .env
|
- rm -f .env
|
||||||
- ln -s example.env .env
|
- ln -s example.env .env
|
||||||
- npm run build
|
- npm run build
|
||||||
|
#
|
||||||
# test:
|
# test:
|
||||||
# stage: test
|
# stage: test
|
||||||
# except:
|
# except:
|
||||||
|
|
Loading…
Add table
Reference in a new issue