Merge pull request #3579 from ansible/revert-3575-update_preload_data

Revert "Add scm_branch while preloading data"

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-04-02 13:02:19 +00:00 committed by GitHub
commit 6e2c04e16c
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)