mirror of https://github.com/status-im/consul.git
scripts: Protect against multiple gopaths
This commit is contained in:
parent
65264e4ebf
commit
6cc3da0a59
|
@ -31,4 +31,4 @@ go build \
|
|||
-ldflags "-X main.GitCommit ${GIT_COMMIT}${GIT_DIRTY}" \
|
||||
-v \
|
||||
-o bin/consul${EXTENSION}
|
||||
cp bin/consul${EXTENSION} ${GOPATH%:*}/bin
|
||||
cp bin/consul${EXTENSION} ${GOPATH%%:*}/bin
|
||||
|
|
Loading…
Reference in New Issue