瀏覽代碼

:poop: updating pipeline run again

tags/0.9.0
J 5 年之前
父節點
當前提交
d921c4e58f
共有 1 個檔案被更改,包括 7 行新增5 行删除
  1. 7
    5
      .drone.yml

+ 7
- 5
.drone.yml 查看文件

@@ -1,8 +1,10 @@
1 1
 kind: pipeline
2
-name: test
3
-image: node
4
-commands:
5
-  - pwd
6
-  - cd ./vue-theme
2
+name: default
3
+
4
+steps:
5
+- name: test
6
+  image: node
7
+  commands:
8
+  - cd ./vue-wp
7 9
   - npm install
8 10
   - npm test

Loading…
取消
儲存