浏览代码

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

luis 7 年之前
父节点
当前提交
2d306c7ce4
共有 1 个文件被更改,包括 3 次插入0 次删除
  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