Revert "Add scm_branch while preloading data"

This commit is contained in:
Vismay Golwala 2019-04-01 16:56:19 -04:00 committed by GitHub
parent b70c354dfc
commit 9710015a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,6 @@ 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)