Browse Source

Circle CI

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Arnaud Porterie 10 năm trước cách đây
mục cha
commit
edebcebfee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libnetwork/circle.yml

+ 1 - 1
libnetwork/circle.yml

@@ -1,6 +1,6 @@
 test:
     pre:
-        - $(which go) > .gopath
+        - which go > .gopath
     override:
         - sudo -E $(cat .gopath) test ./...