mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -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,
|
||||
create_on_missing=True)
|
||||
json_output['id'] = result['id']
|
||||
if wait:
|
||||
if wait and scm_type != '':
|
||||
project.wait(pk=None, parent_pk=result['id'])
|
||||
elif state == 'absent':
|
||||
result = project.delete(name=name)
|
||||
|
||||
Reference in New Issue
Block a user