Commit bf454850 authored by jiangpeng's avatar jiangpeng Committed by vipwzw

scripts:update ci

parent 140e8b6e
...@@ -10,6 +10,8 @@ if [ "$(uname)" == "Darwin" ]; then ...@@ -10,6 +10,8 @@ if [ "$(uname)" == "Darwin" ]; then
sedfix=".bak" sedfix=".bak"
fi fi
cp "$(go list -f "{{.Dir}}" github.com/33cn/chain33)"/build/system-test-rpc.sh ./ && chmod 664 ./system-test-rpc.sh
OP="${1}" OP="${1}"
PROJ="${2}" PROJ="${2}"
DAPP="${3}" DAPP="${3}"
......
...@@ -12,8 +12,6 @@ set -o pipefail ...@@ -12,8 +12,6 @@ set -o pipefail
# sudo apt-get install parallel # sudo apt-get install parallel
# ./docker-compose.sh build # ./docker-compose.sh build
CHAIN33_PATH=$(go list -f {{.Dir}} github.com/33cn/chain33)
cp "$CHAIN33_PATH"/build/system-test-rpc.sh ./
PWD=$(cd "$(dirname "$0")" && pwd) PWD=$(cd "$(dirname "$0")" && pwd)
export PATH="$PWD:$PATH" export PATH="$PWD:$PATH"
......
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