CI cleanup
This commit is contained in:
committed by
Greg Fitzgerald
parent
eed37820b5
commit
a167d0d331
@ -4,11 +4,11 @@
|
||||
#
|
||||
|
||||
here=$(dirname "$0")
|
||||
# shellcheck source=multinode-demo/common.sh
|
||||
source "$here"/common.sh
|
||||
SOLANA_CONFIG_DIR=config-client-demo
|
||||
|
||||
leader=${1:-${here}/..} # Default to local solana repo
|
||||
count=${2:-1}
|
||||
|
||||
rsync_leader_url=$(rsync_url "$leader")
|
||||
|
||||
@ -16,5 +16,6 @@ set -ex
|
||||
mkdir -p $SOLANA_CONFIG_DIR
|
||||
rsync -vPz "$rsync_leader_url"/config/leader.json $SOLANA_CONFIG_DIR/
|
||||
|
||||
# shellcheck disable=SC2086 # $solana_simple_client_demo should not be quoted
|
||||
exec $solana_simple_client_demo \
|
||||
-l $SOLANA_CONFIG_DIR/leader.json -d
|
||||
|
Reference in New Issue
Block a user