diff --git a/.drone.yml b/.drone.yml index e47c0f1c..57581751 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,9 @@ steps: archive_format: "gzip" mount: - '/app/node_modules' + volumes: + - name: cache + path: /tmp/cache - name: build-master image: plugins/docker when: @@ -72,4 +75,4 @@ steps: from_secret: docker_repo volumes: - name: cache - path: /tmp/cache + temp: {}