Skip to content

Commit

Permalink
fix near-watchdog not start on ci (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ailisp authored Aug 18, 2020
1 parent 37f1d12 commit 9df0b3c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion environment/scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,19 @@ eval CORE_SRC=~/.rainbow/core
eval NEARUP_SRC=~/.rainbow/nearup
eval NEARUP_LOGS=~/.nearup/localnet-logs


mkdir -p $RAINBOW_DIR
mkdir -p $RAINBOW_DIR/logs/ganache
mkdir -p $RAINBOW_DIR/logs/near-relay
mkdir -p $RAINBOW_DIR/logs/eth-relay
mkdir -p $RAINBOW_DIR/logs/near-watchdog
touch $RAINBOW_DIR/logs/ganache/out.log
touch $RAINBOW_DIR/logs/ganache/err.log
touch $RAINBOW_DIR/logs/near-relay/out.log
touch $RAINBOW_DIR/logs/near-relay/err.log
touch $RAINBOW_DIR/logs/eth-relay/out.log
touch $RAINBOW_DIR/logs/eth-relay/err.log
touch $RAINBOW_DIR/logs/near-watchdog/out.log
touch $RAINBOW_DIR/logs/near-watchdog/err.log

if test -z "$LOCAL_CORE_SRC"
then
Expand Down

0 comments on commit 9df0b3c

Please sign in to comment.