mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Merge pull request #5394 from beeankha/fix_error
Make Integration Tests Pass w/ Manual SCM Type Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
a6924c1bcf
@ -225,7 +225,7 @@ def main():
|
|||||||
custom_virtualenv=custom_virtualenv,
|
custom_virtualenv=custom_virtualenv,
|
||||||
create_on_missing=True)
|
create_on_missing=True)
|
||||||
json_output['id'] = result['id']
|
json_output['id'] = result['id']
|
||||||
if wait:
|
if wait and scm_type != '':
|
||||||
project.wait(pk=None, parent_pk=result['id'])
|
project.wait(pk=None, parent_pk=result['id'])
|
||||||
elif state == 'absent':
|
elif state == 'absent':
|
||||||
result = project.delete(name=name)
|
result = project.delete(name=name)
|
||||||
|
Loading…
Reference in New Issue
Block a user