Parcourir la source

:poop: updating pipeline run again

tags/0.9.0
J il y a 5 ans
Parent
révision
80b9dd3ee7
1 fichiers modifiés avec 4 ajouts et 5 suppressions
  1. 4
    5
      .drone.yml

+ 4
- 5
.drone.yml Voir le fichier

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

Chargement…
Annuler
Enregistrer