Merge pull request #6135 from AlanCoding/scm_bifurcation

Allow management of 2 types of SCM inventory sources
This commit is contained in:
Alan Rominger
2017-05-03 16:03:11 -04:00
committed by GitHub
8 changed files with 184 additions and 35 deletions

View File

@@ -238,7 +238,9 @@ def scm_inventory_source(inventory, project):
return InventorySource.objects.create(
name="test-scm-inv",
scm_project=project,
source='scm',
source_path='inventory_file',
update_on_project_update=True,
inventory=inventory)