Explorar el Código

Droning building

luis hace 7 años
padre
commit
7678a2fd9f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: