Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Nov 13, 2024
1 parent a547ceb commit 4abd984
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/upgrade_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ then
GOBIN="$ROOT/_build/new" go install -mod=readonly ./...
fi

exit 0
# run old node
if [[ "$OSTYPE" == "darwin"* ]]; then
screen -L -dmS node1 bash scripts/run-node.sh _build/old/migalood $DENOM --Logfile $HOME/log-screen.txt
Expand Down Expand Up @@ -168,4 +167,4 @@ if [ ! -z "$ADDITIONAL_AFTER_SCRIPTS" ]; then
echo "$SCRIPT is not a file"
fi
done
fi
fi

0 comments on commit 4abd984

Please sign in to comment.