Browse Source

Droning building Sat Jan 20 18:59:03 -02 2018

luis 7 years ago
parent
commit
b79f9a6100
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .drone.yml

+ 2 - 1
.drone.yml

@@ -9,7 +9,8 @@ pipeline:
       - go build flowserver
       - ls
       - ls $(pwd)/go/bin
-      - cp $(pwd)/go/bin/flowserver ../DIST
+      - mkdir -p DIST
+      - cp $(pwd)/go/bin/flowserver ./DIST
       - ls
   frontend:
     image: node:6