From 350466a6a9011800fff2ec14d9c8dd961d49c644 Mon Sep 17 00:00:00 2001 From: Bsian Date: Mon, 16 Dec 2019 22:50:16 +0000 Subject: [PATCH] Fix CI --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c3af4b..4cbad23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ stages: typescript_build: stage: build script: - - cp /var/CloudServices/src/config.json ./src/config.json - yarn install --ignore-engines - tsc -p ./tsconfig.json