Browse Source

Droning building Sun Jan 21 18:35:02 -02 2018

luis 7 years ago
parent
commit
f5ab4e8f78
1 changed files with 6 additions and 5 deletions
  1. 6 5
      .drone.yml

+ 6 - 5
.drone.yml

@@ -2,11 +2,12 @@ pipeline:
   backend:
     image: golang
     commands:
-      - GOPATH=$(pwd)/go/deps:$(pwd)/go
-      - go get ./go/src/...
-      - go get -t ./go/src/...
-      - go test ./go/src/...
-      - CGO_ENABLED=0 go build flowserver
+      - make backend
+      #- GOPATH=$(pwd)/go/deps:$(pwd)/go
+      #- go get ./go/src/...
+      #- go get -t ./go/src/...
+      #- go test ./go/src/...
+      #- CGO_ENABLED=0 go build flowserver
   frontend:
     image: node:6
     commands: