From f1cbf175a9c93681ffa0e438564cc76925e3c87a Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 4 Jun 2020 13:28:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E2=80=94=20Try=20to=20deploy=20?= =?UTF-8?q?build=20on=20Gitlab=20page=20even=20if=20test=20fails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a804d93..1f499f4d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,8 +37,6 @@ pages: - yarn install --pure-lockfile - npx ng build - mv dist/framadate/ public/ - dependencies: - - test artifacts: paths: - public