Commit e283fbc5 authored by vipwzw's avatar vipwzw

auto ci

parent cbbcbe21
...@@ -138,7 +138,6 @@ function para_transfer() { ...@@ -138,7 +138,6 @@ function para_transfer() {
# para_create_manage_nodegroup # para_create_manage_nodegroup
echo "=========== # config token blacklist =============" echo "=========== # config token blacklist ============="
#token precreate #token precreate
txhash=$(para_configkey "${PARA_CLI}" "token-blacklist" "BTY") txhash=$(para_configkey "${PARA_CLI}" "token-blacklist" "BTY")
...@@ -186,9 +185,9 @@ function para_create_nodegroup_test() { ...@@ -186,9 +185,9 @@ function para_create_nodegroup_test() {
echo "tx=$txhash" echo "tx=$txhash"
query_tx "${PARA_CLI}" "${txhash}" query_tx "${PARA_CLI}" "${txhash}"
local id=$(${PARA_CLI} tx query -s "${txhash}" | jq -r ".receipt.logs[0].log.current.id") local id=$(${PARA_CLI} tx query -s "${txhash}" | jq -r ".receipt.logs[0].log.current.id")
if [ -z "$id" ]; then if [ -z "$id" ]; then
${PARA_CLI} tx query -s "${txhash}" ${PARA_CLI} tx query -s "${txhash}"
echo "group id not getted" echo "group id not getted"
exit 1 exit 1
fi fi
...@@ -227,9 +226,9 @@ function para_create_nodegroup() { ...@@ -227,9 +226,9 @@ function para_create_nodegroup() {
echo "tx=$txhash" echo "tx=$txhash"
query_tx "${PARA_CLI}" "${txhash}" query_tx "${PARA_CLI}" "${txhash}"
local id=$(${PARA_CLI} tx query -s "${txhash}" | jq -r ".receipt.logs[0].log.current.id") local id=$(${PARA_CLI} tx query -s "${txhash}" | jq -r ".receipt.logs[0].log.current.id")
if [ -z "$id" ]; then if [ -z "$id" ]; then
${PARA_CLI} tx query -s "${txhash}" ${PARA_CLI} tx query -s "${txhash}"
echo "group id not getted" echo "group id not getted"
exit 1 exit 1
fi fi
...@@ -808,7 +807,7 @@ function paracross() { ...@@ -808,7 +807,7 @@ function paracross() {
elif [ "${2}" == "test" ]; then elif [ "${2}" == "test" ]; then
para_test "${1}" para_test "${1}"
# dapp_rpc_test "${3}" # dapp_rpc_test "${3}"
fi fi
......
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