Selaa lähdekoodia

:recycle: adjusted drone params

tags/0.9.0
J 5 vuotta sitten
vanhempi
commit
b941c9d114
1 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 4
    3
      .drone.yml

+ 4
- 3
.drone.yml Näytä tiedosto

58
 
58
 
59
 steps:
59
 steps:
60
 # Test the vue theme
60
 # Test the vue theme
61
-- name: test
61
+- name: check
62
   image: node
62
   image: node
63
   commands:
63
   commands:
64
-  - ls ./vue-theme/build
64
+  - ls -la ./vue-theme/build
65
   volumes:
65
   volumes:
66
   # Link node_modules cache from host filesystem into container at the expected location
66
   # Link node_modules cache from host filesystem into container at the expected location
67
   - name: build
67
   - name: build
73
       path: /tmp/cache/drone/node_modules
73
       path: /tmp/cache/drone/node_modules
74
   - name: build
74
   - name: build
75
     host:
75
     host:
76
-      path: /tmp/cache/drone/build
76
+      path: /tmp/cache/drone/build
77
+j

Loading…
Peruuta
Tallenna