Browse Source

:poop: updating pipeline run again

tags/0.9.0
J 5 years ago
parent
commit
80b9dd3ee7
1 changed files with 4 additions and 5 deletions
  1. 4
    5
      .drone.yml

+ 4
- 5
.drone.yml View File

@@ -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…
Cancel
Save