From 5c48df99b478b110136c261a2e12614d2cf7e204 Mon Sep 17 00:00:00 2001 From: AllSpiceAlice <allspicealice@noreply.hub.allspice.io> Date: Mon, 3 Mar 2025 22:51:34 +0000 Subject: [PATCH] Revert to exit 1 --- .allspice/pre-push | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.allspice/pre-push b/.allspice/pre-push index 13b0c7a..e92f063 100644 --- a/.allspice/pre-push +++ b/.allspice/pre-push @@ -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 \ No newline at end of file -- 2.45.3