From 477dfd2ccbd14686a2073730e5c6dd89e88d5844 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sun, 10 Jul 2022 11:55:04 -0700 Subject: [PATCH] cache testing: yarn onloy --- .drone.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6fbdf4c..20b08c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,14 @@ trigger: steps: - name: build image: node + # volumes: + # - name: cache + # path: /tmp/cache commands: - yarn install - - yarn build + # - yarn build + +# volumes: +# - name: cache +# host: +# path: /mnt/user/dronecache