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

remove projectgroups in default config

parent 65bd53f5
No related branches found
No related tags found
1 merge request!195534 add docker
...@@ -62,10 +62,7 @@ return [ ...@@ -62,10 +62,7 @@ return [
'showdebug' => [ 'showdebug' => [
'ip'=> ['127.0.0.1'], 'ip'=> ['127.0.0.1'],
], ],
'projectgroups' => [ 'projectgroups' => [],
'teamA'=>'Team A: Services',
'teamB'=>'Team B: Website',
],
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------
// build settings // build settings
...@@ -88,19 +85,19 @@ return [ ...@@ -88,19 +85,19 @@ return [
// (1) // (1)
// sync to a puppet master puppet to extract archive and generate templates // sync to a puppet master puppet to extract archive and generate templates
'puppet' => array( 'puppet' => [
'type' => 'rsync', 'type' => 'rsync',
'runas' => '', // www-data, // nur fuer commandline 'runas' => '', // www-data, // nur fuer commandline
'target' => 'copy-deployment@puppetmaster.example.com:/share/ciserver', 'target' => 'copy-deployment@puppetmaster.example.com:/share/ciserver',
), ],
// (2) // (2)
// sync to a software package server like https://os-docs.iml.unibe.ch/ci-pkg/ // sync to a software package server like https://os-docs.iml.unibe.ch/ci-pkg/
'package-server' => array( 'package-server' => [
'type' => 'rsync', 'type' => 'rsync',
'runas' => '', // apache httpd user is default, e.g. www-data 'runas' => '', // apache httpd user is default, e.g. www-data
'target' => 'copy-deployment@software.example.com:/var/www/data-ciserver', 'target' => 'copy-deployment@software.example.com:/var/www/data-ciserver',
), ],
*/ */
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment