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