Selaa lähdekoodia

Droning building Sun Jan 21 18:52:00 -02 2018

luis 7 vuotta sitten
vanhempi
commit
3b208d0bf9
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      .drone.yml

+ 2 - 1
.drone.yml

@@ -33,10 +33,11 @@ pipeline:
       - ls -la
       - ls -la go/bin
       - CGO_ENALED=0 go build flowserver/cmd/flowserver
+ 
   frontend-build:
     image: node:6
     commands:
-      - cd browser/vue-flow && yarn 
+      - cd browser/vue-flow && yarn  build
   
   dist:
     image: docker