OSDN Git Service

fix
[bytom/vapor.git] / Makefile
index 7806d34..b1a294c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@ functional-tests:
        @go test -timeout=5m -tags="functional" ./test 
 
 ci-bytom:
-       git clone --branch master https://github.com/Bytom/bytom.git /go/src/github.com/bytom
+       git clone --branch master https://github.com/Bytom/bytom.git $GOPATH/src/github.com/bytom
 
 ci: ci-bytom test