9 lines
333 B
PHP
Executable file
9 lines
333 B
PHP
Executable file
<?php
|
|
$config->pipeline->create = new stdclass();
|
|
$config->pipeline->edit = new stdclass();
|
|
$config->pipeline->create->requiredFields = 'name,url,type';
|
|
$config->pipeline->edit->requiredFields = 'name,url,type';
|
|
|
|
$config->pipeline->formatTypeService = array('gitlab');
|
|
$config->pipeline->checkRepoServers = 'gitlab,gitea,gogs';
|