mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Merge pull request #3575 from vismay-golwala/update_preload_data
Add scm_branch while preloading data Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
b70c354dfc
@ -30,6 +30,7 @@ class Command(BaseCommand):
|
||||
p = Project(name='Demo Project',
|
||||
scm_type='git',
|
||||
scm_url='https://github.com/ansible/ansible-tower-samples',
|
||||
scm_branch='master',
|
||||
scm_update_on_launch=True,
|
||||
scm_update_cache_timeout=0,
|
||||
organization=o)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user