forked from extern/egroupware
need to ignore adLDAP checkout while tagging, as we have no write access to that repo
This commit is contained in:
parent
6a69058b54
commit
d9361ff235
@ -225,7 +225,7 @@ function get_modules_per_repo()
|
|||||||
$matches = null;
|
$matches = null;
|
||||||
if ($line && $line[0] == '[' && preg_match('/^\[([^]]*)\]/', $line, $matches))
|
if ($line && $line[0] == '[' && preg_match('/^\[([^]]*)\]/', $line, $matches))
|
||||||
{
|
{
|
||||||
if (in_array($matches[1], array('DEFAULT', 'api/js/ckeditor', 'phpgwapi/js/ckeditor')))
|
if (in_array($matches[1], array('DEFAULT', 'api/js/ckeditor', 'api/src/Accounts/Ads', 'phpgwapi/js/ckeditor', 'phpgwapi/inc/adldap')))
|
||||||
{
|
{
|
||||||
$module = null;
|
$module = null;
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user