Sfoglia il codice sorgente

:poop: updating pipeline change cd target

tags/0.9.0
J 5 anni fa
parent
commit
3a0bca29f5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Vedi File

5
 - name: test
5
 - name: test
6
   image: node
6
   image: node
7
   commands:
7
   commands:
8
-  - cd ./vue-wp
8
+  - cd ./vue-theme
9
   - npm install
9
   - npm install
10
   - npm test
10
   - npm test

Loading…
Annulla
Salva