Open zskulcsar opened 6 years ago
Thanks @zskulcsar -- would love to see some comments from other contributors on this one.
@gregdek I confirm the issue. Have to use --debug
in prod pipelines for a while - works robust.
Hmm, weird travis breakage in all the current jobs...
@gregdek Regarding weird breakage on develop - actually ubuntu:bionic caused that due to typo in tag (not sure how it was green in form of PR) - nevertheless - this is chore to address that https://github.com/ansible/ansible-container/pull/943 (again green - @gregdek can you merge chore ?)
Regarding this PR breakage - it should be rebased over recent develop. @zskulcsar can you rebase your PR so it could pass the checks ?
@gregdek ^^ Green
Generally, approved. Should be pretty safe to merge - depends on releasing approach.
Whenever 0.9.3 is a "service pack" - i.e. mostly 0.9.2 with pip fixes, and that one goes towards 0.9.4 or can go into 0.9.3
@zskulcsar I am sorry, can you rebase your PR over recent develop once more? I do expect to see only your scope of changes in diff.
ISSUE TYPE
SUMMARY
The original code had an if condition for the debug flag resulting in a situation when the code was running a different set of api calls.