Ver código fonte

:poop: updating pipeline run again

tags/0.9.0
J 5 anos atrás
pai
commit
d921c4e58f
1 arquivos alterados com 7 adições e 5 exclusões
  1. 7
    5
      .drone.yml

+ 7
- 5
.drone.yml Ver arquivo

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

Carregando…
Cancelar
Salvar