瀏覽代碼

:poop: updating pipeline run again

tags/0.9.0
J 5 年之前
父節點
當前提交
80b9dd3ee7
共有 1 個文件被更改,包括 4 次插入5 次删除
  1. 4
    5
      .drone.yml

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

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

Loading…
取消
儲存