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

ci server - add short hostname in config

parent c42f7862
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
// fetch status infos von den einzelnen Phasen
// ----------------------------------------------------------------------
$aConfig = array(
$aConfig = array(
// Basispfad:
'workDir' => '/var/imldeployment',
'tmpDir' => '/var/tmp/imldeployment',
......@@ -110,6 +110,7 @@ switch (php_uname("n")) {
break;
case "ci.iml.unibe.ch":
case "ci":
// synch der Pakete nur auf dem Livesystem
$aConfig['mirrorPackages'] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment