From 649318ce82fabd04a6145bf6b4b6b26d43e892ee Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Tue, 12 Dec 2017 14:02:14 +0100 Subject: [PATCH] task#1726 - test env in onbuild hook --- hooks/onbuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hooks/onbuild b/hooks/onbuild index 868e1937..279ef234 100644 --- a/hooks/onbuild +++ b/hooks/onbuild @@ -14,6 +14,12 @@ 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 "----------> setze x-recht auf gitsshwrapper " ls -l shellscripts/gitsshwrapper.sh && chmod 755 shellscripts/gitsshwrapper.sh && ls -l shellscripts/gitsshwrapper.sh -- GitLab