Browse Source

Circle CI

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Arnaud Porterie 10 years ago
parent
commit
edebcebfee
1 changed files with 1 additions and 1 deletions
  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 ./...