Ver código fonte

:poop: another pipeline test | using drone src path

tags/0.9.0
J 5 anos atrás
pai
commit
28e5c609d8
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      .drone.yml

+ 3
- 3
.drone.yml Ver arquivo

@@ -18,7 +18,7 @@ steps:
18 18
   volumes:
19 19
   # Link node_modules cache from host filesystem into container at the expected location
20 20
   - name: node_cache
21
-    path: /vue-theme/node_modules
21
+    path: /drone/src/vue-theme/node_modules
22 22
 
23 23
 - name: build
24 24
   image: node
@@ -28,7 +28,7 @@ steps:
28 28
   volumes:
29 29
     # Link node_modules cache from host filesystem into container at the expected location
30 30
     - name: node_cache
31
-      path: /vue-theme/node_modules
31
+      path: /drone/src/vue-theme/node_modules
32 32
 
33 33
 volumes:
34 34
   - name: node_cache
@@ -60,7 +60,7 @@ steps:
60 60
   volumes:
61 61
   # Link node_modules cache from host filesystem into container at the expected location
62 62
   - name: node_cache
63
-    path: /vue-theme/node_modules
63
+    path: /drone/src/vue-theme/node_modules
64 64
 
65 65
 volumes:
66 66
   - name: node_cache

Carregando…
Cancelar
Salvar