drop lines picked up during merge resolution

This commit is contained in:
Jim Ladd 2021-10-20 15:13:01 -07:00 committed by Shane McDonald
parent 2839091b22
commit 231fcc8178
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -3106,9 +3106,6 @@ class AWXReceptorJob:
receptor_ctl.simple_command(f"work release {self.unit_id}")
except RuntimeError:
logger.exception(f"Unable to release work item {self.unit_id} from {self.task.instance.log_format}")
# If an error occured without the job itself failing, it could be a broken instance
if self.work_type == 'ansible-runner' and ((res is None) or (getattr(res, 'rc', None) is None)):
execution_node_health_check.delay(self.task.instance.execution_node)
@property
def sign_work(self):