From 6a7aa7cdd3a025baae2f81f0d9371951eef7c98a Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Tue, 12 Dec 2017 14:02:42 +0100 Subject: [PATCH] task#1726 - test env in onbuild hook --- hooks/onbuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hooks/onbuild b/hooks/onbuild index 279ef234..aeb5d1af 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 -- GitLab