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

Carregando…
Cancelar
Salvar