From e6dd3a06e12c07fea79205d159da7aa476620494 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Tue, 15 Nov 2022 15:34:48 +0100 Subject: [PATCH] Add .env to CI --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4b3082..a1f444b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,8 @@ build: before_script: - npm ci script: + - rm -f .env + - ln -s example.env .env - npm run build test: @@ -36,6 +38,8 @@ test: before_script: - npm ci script: + - rm -f .env + - ln -s example.env .env - npm run test download: @@ -73,6 +77,8 @@ download: - npm ci script: + - rm -f .env + - ln -s example.env .env - mkdir -p ../dila-data/ - git clone git@git.en-root.org:tricoteuses/data/dila/${DATASET}.git ../dila-data/${DATASET} - npx tsx src/scripts/download_dila_dataset.ts ${DATASET} --push