Skip to content

Commit dd068b0

Browse files
authored
Merge pull request #99 from MyYuan/master
update conf of goproxy
2 parents 735277b + 86a7c02 commit dd068b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/network_up.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,8 @@ function compileContract() {
189189
-v $(dirname ${PWD}):/workspace \
190190
-v ~/.ssh:/root/.ssh \
191191
-w /workspace \
192-
-e GONOPROXY=**.baidu.com** \
193192
-e GONOSUMDB=* \
194-
-e GOPROXY=https://goproxy.baidu-int.com \
193+
-e GOPROXY=https://goproxy.cn \
195194
-e GO111MODULE=on \
196195
golang:1.13.4 sh -c "cd dai && go build -o ../$TMP_CONF_PATH/blockchain/contract/$CONTRACT_NAME ./blockchain/xchain/contract"
197196

0 commit comments

Comments
 (0)