temporarily remove git manipulations during hard reset

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch 2026-02-03 18:14:20 +03:00
parent c90ef5f7e3
commit fc3a6f0cd0
Signed by: str3tch
GPG Key ID: 84F3190747EE79AA

View File

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