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" sudo rm -rf "$BASE_PATH/chains/casper_staging_testnet"
cd $PROJECT_FOLDER cd $PROJECT_FOLDER
# TODO: change to main back before merging #git switch main
git switch pallet-slow-clap #git pull origin main
git pull origin pallet-slow-clap
echo "[+] starting build in 3 seconds..." echo "[+] starting build in 3 seconds..."
sleep 3 sleep 3
cargo build --release cargo build --release