Commit 06dd4bdc authored by madengji's avatar madengji Committed by 33cn

fix go env

parent b66e1036
...@@ -154,7 +154,6 @@ jobs: ...@@ -154,7 +154,6 @@ jobs:
export GOPATH=$HOME/go export GOPATH=$HOME/go
export PATH=${PATH}:`go env GOPATH`/bin export PATH=${PATH}:`go env GOPATH`/bin
echo $GOPATH echo $GOPATH
echo $PATH
make make
make docker-compose dapp=x2ethereum make docker-compose dapp=x2ethereum
make docker-compose-down dapp=x2ethereum make docker-compose-down dapp=x2ethereum
......
...@@ -531,11 +531,9 @@ function AllRelayerMainTest() { ...@@ -531,11 +531,9 @@ function AllRelayerMainTest() {
set +e set +e
docker_chain33_ip=$(docker inspect "${NODE3}" | jq ".[].NetworkSettings.Networks" | grep "IPAddress" | awk '{ print $2}' | sed 's/\"//g' | sed 's/,//g') docker_chain33_ip=$(docker inspect "${NODE3}" | jq ".[].NetworkSettings.Networks" | grep "IPAddress" | awk '{ print $2}' | sed 's/\"//g' | sed 's/,//g')
Chain33Cli="$GOPATH/src/github.com/33cn/plugin/build/chain33-cli --rpc_laddr http://${docker_chain33_ip}:8801" Chain33Cli="./chain33-cli --rpc_laddr http://${docker_chain33_ip}:8801"
echo "GOPATH=$GOPATH"
echo "Chain33Cli=$Chain33Cli" echo "Chain33Cli=$Chain33Cli"
godir="$(go list -f "{{.Dir}}")" pwd
echo "godir=$godir"
echo -e "${GRE}=========== $FUNCNAME begin ===========${NOC}" echo -e "${GRE}=========== $FUNCNAME begin ===========${NOC}"
if [[ ${1} != "" ]]; then if [[ ${1} != "" ]]; then
......
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