set git branch for bootstrapers

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky 2026-02-03 15:20:21 +03:00
parent a8651dfe84
commit c90ef5f7e3
Signed by: st1nky
GPG Key ID: 016064BD97603B40

View File

@ -231,8 +231,9 @@ if [[ $HARD_RESET = true ]]; then
sudo rm -rf "$BASE_PATH/chains/casper_staging_testnet"
cd $PROJECT_FOLDER
git switch main
git pull origin main
# TODO: change to main back before merging
git switch pallet-slow-clap
git pull origin pallet-slow-clap
echo "[+] starting build in 3 seconds..."
sleep 3
cargo build --release