Explorar o código

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

luis %!s(int64=7) %!d(string=hai) anos
pai
achega
b79f9a6100
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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