Initial implementation CI environments
This commit is contained in:
parent
7f8b0234b9
commit
047cedaab3
21 changed files with 850 additions and 42 deletions
|
|
@ -84,6 +84,10 @@ class ProjectService
|
|||
$project->setGroup($options['group']);
|
||||
}
|
||||
|
||||
if (array_key_exists('environments', $options)) {
|
||||
$project->setEnvironments($options['environments']);
|
||||
}
|
||||
|
||||
// Allow certain project types to set access information:
|
||||
$this->processAccessInformation($project);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue