Browse Source

Trying cache(1)

luis 7 years ago
parent
commit
179dba3da2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .drone.yml

+ 3 - 3
.drone.yml

@@ -4,9 +4,9 @@ workspace:
 
 
 cache:
 cache:
   mount:
   mount:
-    - .git
-    - browser/vue-flow/node_modules
-    - go/deps
+    - ".git"
+    - "browser/vue-flow/node_modules"
+    - "go/deps"
 
 
 pipeline:
 pipeline:
   backend: 
   backend: