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
When the runner calls merged-results, the method doesn't inherit the current state of debug when just the task is being debugged.
merged-results
Find a way to pass that state through, similar to what's done with child_env earlier.
child_env
The text was updated successfully, but these errors were encountered:
Pass debug through to merged-results. #1434
57e75db
mfeit-internet2
No branches or pull requests
When the runner calls
merged-results
, the method doesn't inherit the current state of debug when just the task is being debugged.Find a way to pass that state through, similar to what's done with
child_env
earlier.The text was updated successfully, but these errors were encountered: