temporarily remove git manipulations during hard reset
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
parent
c90ef5f7e3
commit
fc3a6f0cd0
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user