Преглед изворни кода

:recycle: adjusted drone params

tags/0.9.0
J пре 5 година
родитељ
комит
b941c9d114
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4
    3
      .drone.yml

+ 4
- 3
.drone.yml Прегледај датотеку

@@ -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

Loading…
Откажи
Сачувај