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"
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user