瀏覽代碼

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

luis 7 年之前
父節點
當前提交
3b208d0bf9
共有 1 個文件被更改,包括 2 次插入1 次删除
  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