mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02:30
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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user