Explorar o código

Droning -- Sat Jan 20 14:46:02 -02 2018

luis %!s(int64=7) %!d(string=hai) anos
pai
achega
68b9faeeb6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -2,6 +2,7 @@ pipeline:
   backend:
     image: golang
     commands:
+      - GOPATH=$(pwd)/go
       - go get ./...
       - go test ./...
       - go build