Skip to content

Commit

Permalink
fix: ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue committed Oct 6, 2023
1 parent fc1e364 commit e605870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci_test/queue_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ execute_and_check_query_msg() {
# store `queue.wasm`
STORE_RES=$(${FNSAD} tx wasm store contracts/queue.wasm --from $FROM_ACCOUNT --keyring-backend test --chain-id finschia --gas 1500000 -b block -o json -y)
CODE_ID=$(echo "$STORE_RES" | jq '.logs[] | select(.msg_index == 0) | .events[] | select(.type == "store_code") | .attributes[] | select(.key == "code_id") | .value | tonumber')
echo "CODE_ID: [$CODE_ID]"

# instantiate `queue.wasm`
INIT_MSG=$(jq -nc '{}')
Expand Down

0 comments on commit e605870

Please sign in to comment.