8 lines
273 B
PHP
Executable File
8 lines
273 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');
|