ソースを参照

: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

読み込み中…
キャンセル
保存