Browse Source

Droning building Sun Jan 21 18:29:33 -02 2018

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

+ 1 - 1
.drone.yml

@@ -2,9 +2,9 @@ pipeline:
   backend:
     image: golang
     environment:
+    commands:
       - GOPATH=$(pwd)/go/deps:$(pwd)/go
       - CGO=0
-    commands:
       - go get ./go/src/...
       - go get -t ./go/src/...
       - go test ./go/src/...