From 93c562f747ba635d81fb303ab1282eb0b9588d33 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Fri, 24 Feb 2023 06:40:32 +0100 Subject: [PATCH] Remove obsolete configuration --- .gitlab-ci.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d7a3f7..b71a060 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: