From 9b14db64e69888a252feea6f44f3f7e1f2fa1986 Mon Sep 17 00:00:00 2001 From: Chris Krawietz <chris.krawietz@googlemail.com> Date: Thu, 3 Jun 2021 08:36:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e7e5da..cc994ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,9 +15,6 @@ linting: deploy: stage: deploy image: node:14.15.1 - cache: - paths: - - node_modules/ script: - npm install - npm run-script build -- GitLab