From e1a966aa1ff670b70fa4a312359cf6a02858a58d Mon Sep 17 00:00:00 2001
From: hahn <axel.hahn@iml.unibe.ch>
Date: Tue, 12 Dec 2017 17:02:08 +0100
Subject: [PATCH] task#1726 - undo - test env in onbuild hook

---
 public_html/deployment/classes/project.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public_html/deployment/classes/project.class.php b/public_html/deployment/classes/project.class.php
index 732da3c8..74f6fabc 100644
--- a/public_html/deployment/classes/project.class.php
+++ b/public_html/deployment/classes/project.class.php
@@ -1606,7 +1606,7 @@ class project extends base {
         // --------------------------------------------------
         // task#1726 - add environment
         $sSetEnv=''
-                . 'export GIT_SSH="'.$this->_aConfig['appRootDir'].'shellscripts/gitsshwrapper.sh";'
+                . 'export GIT_SSH="'.$this->_aConfig['appRootDir'].'/shellscripts/gitsshwrapper.sh";'
                 . 'export DIR_SSH_KEYS="'.$this->_aConfig['dataDir'].'/sshkeys";'
                 . 'export DIR_APPROOT="'.$sTempDir.'";'
                 ;
-- 
GitLab