diff --git a/hooks/onbuild b/hooks/onbuild
index 279ef234f2a0da527c3425cba671ea2b830d1fa2..aeb5d1af113beb7932f624b150de3a0134414ee5 100644
--- a/hooks/onbuild
+++ b/hooks/onbuild
@@ -18,7 +18,8 @@ echo ---------- ENV CHECK
 echo GIT_SSH = $GIT_SSH
 echo DIR_SSH_KEYS = $DIR_SSH_KEYS
 echo DIR_APPROOT = $DIR_APPROOT
-
+echo force error
+exit 1
 
 echo "----------> setze x-recht auf gitsshwrapper " 
 ls -l shellscripts/gitsshwrapper.sh && chmod 755 shellscripts/gitsshwrapper.sh && ls -l shellscripts/gitsshwrapper.sh