Skip to content
New issue

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

Unable to disabled upload, how can this be achieved? #563

Open
prince-chrismc opened this issue May 2, 2021 · 0 comments
Open

Unable to disabled upload, how can this be achieved? #563

prince-chrismc opened this issue May 2, 2021 · 0 comments

Comments

@prince-chrismc
Copy link

prince-chrismc commented May 2, 2021

I am not sure if the problem is https://github.com/bincrafters/bincrafters-package-tools
Specifically https://github.com/bincrafters/bincrafters-package-tools/blob/8e4619e47b5ee427811a72d83c92e4c8424bd97e/bincrafters/build_shared.py#L176-L177

Reading the code

tmp = os.getenv("CONAN_UPLOAD")
if tmp in ("0", "None", "False"):
I used those values to setup my workflow https://github.com/prince-chrismc/conan-center-index-recipe-template/actions/runs/804484127/workflow#L25

But it ends up using None as the URL base 😕 https://github.com/prince-chrismc/conan-center-index-recipe-template/runs/2486817928?check_suite_focus=true#step:5:239

I've been seeing lost of network instability (timeouts and server errors) so I would like to disable this feature since I only care about the create result.

https://github.com/prince-chrismc/conan-center-index-recipe-template/runs/2486852029?check_suite_focus=true#step:5:4386

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant