Skip to content
Snippets Groups Projects
Commit e1a966aa authored by hahn's avatar hahn
Browse files

task#1726 - undo - test env in onbuild hook

parent 6d99f0d2
No related branches found
No related tags found
No related merge requests found
......@@ -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.'";'
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment