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
In recent rerenders (e.g. conda-forge/llvmdev-feedstock@24a8efd), I see things like:
diff --git a/README.md b/README.md index ce0441e..4edf2bf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Current build status <td> <details> <summary> - <a href="https://dev.azure.com/conda-forge/feedstock-builds/_build/latest?definitionId=593&branchName=main"> + <a href="https://dev.azure.com/conda-forge/feedstock-builds/_build/latest?definitionId=None&branchName=main"> <img src="https://dev.azure.com/conda-forge/feedstock-builds/_apis/build/status/llvmdev-feedstock?branchName=main"> </a> </summary>
The link with definitionId=None does not work (yields "Pipeline not found"), whereas the one with the non-zero id does work.
definitionId=None
none
The text was updated successfully, but these errors were encountered:
This seems to have resolved itself; not sure how, but I'll take it! :)
Sorry, something went wrong.
Nevermind, it's still happening, e.g. conda-forge/ctng-compilers-feedstock@1bba029
No branches or pull requests
Solution to issue cannot be found in the documentation.
Issue
In recent rerenders (e.g. conda-forge/llvmdev-feedstock@24a8efd), I see things like:
The link with
definitionId=None
does not work (yields "Pipeline not found"), whereas the one with the non-zero id does work.Installed packages
Environment info
The text was updated successfully, but these errors were encountered: