소스 검색

Droning building Sat Jan 20 19:08:14 -02 2018

luis 7 년 전
부모
커밋
02dd73cb43
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      .drone.yml

+ 1 - 3
.drone.yml

@@ -7,8 +7,6 @@ pipeline:
       - go get -t ./go/src/...
       - go test ./go/src/...
       - go build flowserver
-      - cp $(pwd)/go/bin/flowserver ./DIST
-      - ls
   frontend:
     image: node:6
     commands:
@@ -18,6 +16,6 @@ pipeline:
     image: busybox
     commands:
       - mkdir -p DIST
-      - cp ./go/bin/flowserver
+      - cp ./go/bin/flowserver DIST
       - cp -r browser/vue-flow/dist DIST/web