mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Revert "Add scm_branch while preloading data"
This commit is contained in:
@@ -30,7 +30,6 @@ class Command(BaseCommand):
|
|||||||
p = Project(name='Demo Project',
|
p = Project(name='Demo Project',
|
||||||
scm_type='git',
|
scm_type='git',
|
||||||
scm_url='https://github.com/ansible/ansible-tower-samples',
|
scm_url='https://github.com/ansible/ansible-tower-samples',
|
||||||
scm_branch='master',
|
|
||||||
scm_update_on_launch=True,
|
scm_update_on_launch=True,
|
||||||
scm_update_cache_timeout=0,
|
scm_update_cache_timeout=0,
|
||||||
organization=o)
|
organization=o)
|
||||||
|
|||||||
Reference in New Issue
Block a user