瀏覽代碼

Droning -- Sat Jan 20 14:49:21 -02 2018

luis 7 年之前
父節點
當前提交
94cf46a36f
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .drone.yml

+ 3 - 3
.drone.yml

@@ -3,9 +3,9 @@ pipeline:
     image: golang
     commands:
       - GOPATH=$(pwd)/go/deps:$(pwd)/go
-      - go get go/src/...
-      - go get -t go/src/...
-      - go test go/src/...
+      - go get ./go/src/...
+      - go get -t ./go/src/...
+      - go test ./go/src/...
       - go build flowserver
   frontend:
     image: node:6