Revert to exit 1 #3

Merged
AllSpiceAlice merged 1 commits from develop into main 2025-03-03 22:52:02 +00:00

View File

@ -15,4 +15,7 @@ echo "[ ] Pushing to Git..."
git push --no-verify origin git-svn || { echo "Push failed!"; exit 1; }
echo "[ ] Successfully synced to SVN and pushed to Git!"
exit 0
echo " "
echo -e "${GREEN}ignore the following error message ${NC}"
echo -e "${GREEN}error: failed to push some refs to https://your allspice server/your organization/your repo.git ${NC}"
exit 1