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

build:

- use RVMSCRIPT env variable an update check-config + template
- fix message on end of build
parent f87831aa
Branches
No related tags found
No related merge requests found
......@@ -8,11 +8,14 @@ $aConfig = array(
// Basispfad:
'workDir' => '/var/imldeployment',
'tmpDir' => '/var/tmp/imldeployment',
'versionsToKeep' => 10, // for cleanup: keep n unused versions
'builtsToKeep' => 3, // for cleanup: keep n failed builds
'hooks' => array(
'build-postclone' => 'hooks/onbuild-postclone',
'build-precompress' => 'hooks/onbuild', // TODO: remove this
'versionsToKeep' => 5, // for cleanup: keep n unused versions
'builtsToKeep' => 3,
'build' => array(
'env' => 'export RVMSCRIPT="/usr/local/rvm/scripts/rvm";',
'hooks' => array(
'build-postclone' => 'hooks/onbuild-postclone',
'build-precompress' => 'hooks/onbuild',
),
),
'lang' => 'de', // for available languages see ./config/lang/*.json
// rsync of archives
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment