Commit b27e12e9 authored by Boxiang Sun's avatar Boxiang Sun

component/replication-manager: Enable GOPROXY

parent a8ff79f4
...@@ -17,6 +17,7 @@ command = set -e ...@@ -17,6 +17,7 @@ command = set -e
. ${gowork:env.sh} . ${gowork:env.sh}
cd ${git.signal18.io_signal18_repman:location} cd ${git.signal18.io_signal18_repman:location}
export GO111MODULE=on export GO111MODULE=on
export GOPROXY=https://goproxy.cn,direct
export FULLVERSION=$(git describe --tags) export FULLVERSION=$(git describe --tags)
go build ${gowork:buildflags} -o ${gowork:bin}/replication-manager go build ${gowork:buildflags} -o ${gowork:bin}/replication-manager
chmod -R u+w . chmod -R u+w .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment