Browse Source

Droning building

luis 7 năm trước cách đây
mục cha
commit
7678a2fd9f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -7,7 +7,7 @@ pipeline:
       - go get -t ./go/src/...
       - go test ./go/src/...
       - go build flowserver
-      - cp flowserver ../DIST
+      - cp $(pwd)/go/bin/flowserver ../DIST
   frontend:
     image: node:6
     commands: