Skip to content
Snippets Groups Projects

7772 set java and maven

Merged Hahn Axel (hahn) requested to merge 7772-set-java-and-maven into master
3 files
+ 125
4
Compare changes
  • Side-by-side
  • Inline

Files

@@ -1880,10 +1880,11 @@ class project extends base
// --------------------------------------------------
// task#1726 - add environment
$sSetEnv = ''
. 'export GIT_SSH="' . $this->_aConfig['appRootDir'] . '/shellscripts/gitsshwrapper.sh";'
. 'export DIR_SSH_KEYS="' . $this->_aConfig['dataDir'] . '/sshkeys";'
. 'export DIR_APPROOT="' . $sTempBuildDir . '";'
. 'export NVMINIT="' . $this->_aConfig['appRootDir'] . '/shellscripts/nvm_init.sh";'
. 'export GIT_SSH="' . $this->_aConfig['appRootDir'] . '/shellscripts/gitsshwrapper.sh"; '
. 'export DIR_SSH_KEYS="' . $this->_aConfig['dataDir'] . '/sshkeys"; '
. 'export DIR_APPROOT="' . $sTempBuildDir . '"; '
. 'export NVMINIT="' . $this->_aConfig['appRootDir'] . '/shellscripts/nvm_init.sh"; '
. 'export ENVINIT="' . $this->_aConfig['appRootDir'] . '/shellscripts/env_init.sh"; '
. (isset($this->_aConfig['build']['env']) ? $this->_aConfig['build']['env'] : '');
$sHookfile = $this->_aConfig['build']['hooks']['build-postclone'];
Loading