Browse Source

Droning building Sun Jan 21 18:49:47 -02 2018

luis 7 years ago
parent
commit
2d306c7ce4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .drone.yml

+ 3 - 0
.drone.yml

@@ -19,6 +19,7 @@ pipeline:
     image: golang
     environment:
       - GOPATH=/app/go/deps:/app/go
+    commands:
       - go test ./go/src/...
     
 
@@ -26,6 +27,8 @@ pipeline:
         
   backend-build:
     image: golang
+    environment:
+      - GOPATH=/app/go/deps:/app/go
     commands:
       - ls -la
       - ls -la go/bin