From 6d99f0d20800a4571beeaba308269d1e0b9a01a9 Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Tue, 12 Dec 2017 15:01:49 +0100 Subject: [PATCH] task#1726 - undo - test env in onbuild hook --- hooks/onbuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hooks/onbuild b/hooks/onbuild index aeb5d1af..868e1937 100644 --- a/hooks/onbuild +++ b/hooks/onbuild @@ -14,13 +14,6 @@ echo cd `dirname $0` cd .. -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