Parcourir la source

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

luis il y a 7 ans
Parent
commit
68b9faeeb6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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