From 9b5844f07f6014e21f6df89e0fc0c1c5d1da0879 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Wed, 20 May 2020 12:52:21 +0200 Subject: [PATCH] cicd: revert config.json from sample --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ff9e16..c40bb5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build: before_script: - npm ci --cache .npm --prefer-offline --only=production script: - - cp docker/config.json config.json + - cp config.sample.json config.json - npm run build artifacts: when: on_success