From a60c887665fc37ecf3534a3dcb8d3e3a5cfe0841 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Tue, 15 Mar 2022 15:08:31 +0700 Subject: [PATCH] removed unnecessary steps --- .drone.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.drone.yml b/.drone.yml index 894d86e6..f18f21e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,19 +7,6 @@ platform: arch: amd64 steps: - - name: restore-cache - image: drillster/drone-volume-cache - when: - branch: - - master - - develop - settings: - restore: true - mount: - - /drone/src/node_modules - volumes: - - name: cache - path: /cache - name: build-master image: plugins/docker when: @@ -74,19 +61,6 @@ steps: from_secret: global_docker_registry repo: from_secret: docker_repo - - name: rebuild-cache - image: drillster/drone-volume-cache - when: - branch: - - master - - develop - settings: - rebuild: true - mount: - - /drone/src/node_modules - volumes: - - name: cache - path: /cache volumes: - name: cache