Skip to content

Commit

Permalink
ci: fix archway key error
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Aug 20, 2023
1 parent 8e391a9 commit 02caaf9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/scripts/start_relay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ archwayd query bank balances $wallet
echo "fd:"
docker exec $ARCHWAY_CONTAINER archwayd query bank balances $fdwallet

echo -e "\nCopy default key to relayer keyring ======"
mkdir -p /home/runner/.relayer/keys/localnet/keyring-test
cp ~/.archway/keyring-test/default.info ~/.relayer/keys/localnet/keyring-test/default.info

# make contracts
echo
Expand Down Expand Up @@ -105,9 +108,7 @@ echo "Checking containers..."
docker ps -a
# cat ~/.relayer/config/config.yaml

echo -e "\nCopy default key to relayer keyring ======"
mkdir -p /home/runner/.relayer/keys/localnet/keyring-test
cp ~/.archway/keyring-test/default.info ~/.relayer/keys/localnet/keyring-test/default.info



echo "### all archwayd keys:"
Expand Down

0 comments on commit 02caaf9

Please sign in to comment.