We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scratch builds always hit this code path in atomic_reactor/plugins/exit_sendmail.py:
atomic_reactor/plugins/exit_sendmail.py
self.koji_build_id = self.workflow.exit_results.get(KojiImportPlugin.key) if not self.koji_build_id: self.log.info("Failed to fetch koji build ID")
If it's a scratch build, we do not need to try to look up a Koji build ID.
The text was updated successfully, but these errors were encountered:
What if we just deleted this plugin entirely: #1710
Sorry, something went wrong.
No branches or pull requests
scratch builds always hit this code path in
atomic_reactor/plugins/exit_sendmail.py
:If it's a scratch build, we do not need to try to look up a Koji build ID.
The text was updated successfully, but these errors were encountered: