From 7ae0a121e17c3405b45b304dce5f2cce06ab065f Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Wed, 13 Jun 2018 13:49:22 +0200 Subject: [PATCH] Disable cache for yarn/npm for security reasons Signed-off-by: Jonas Franz --- .drone.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0617b2e..3db3f1e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,15 +9,6 @@ clone: tags: true pipeline: - restore-cache: - image: drillster/drone-volume-cache - restore: true - pull: true - mount: - - ./frontend/.yarn-cache - - ./frontend/node_modules - volumes: - - /tmp/cache:/cache install: image: node:8.6.0 pull: true @@ -26,7 +17,6 @@ pipeline: - node -v - npm -v - yarn --version - - yarn config set cache-folder .yarn-cache - yarn install --pure-lockfile lint: image: node:8.6.0