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
docs
CI pipeline sometimes fails in the docs step. See https://drone.owncloud.com/owncloud/ocis/27722/106/2 for example.
Reason is that bingo tries to download some dependencies and gets a 403 somehow. We need to vendor these dependencies somehow or get rid of bingo
bingo
403
The text was updated successfully, but these errors were encountered:
I see that these pipelines are not routed through our proxy. So the ip addresses of the runners are sometimes blacklisted.
We can add
"environment": { "HTTP_PROXY": { "from_secret": "drone_http_proxy", }, "HTTPS_PROXY": { "from_secret": "drone_http_proxy", }, },
Sorry, something went wrong.
Good idea 👍 Let's try it like this. We can reopen the ticket if we still see issues...
kobergj
Successfully merging a pull request may close this issue.
CI pipeline sometimes fails in the
docs
step. See https://drone.owncloud.com/owncloud/ocis/27722/106/2 for example.Reason is that
bingo
tries to download some dependencies and gets a403
somehow. We need to vendor these dependencies somehow or get rid ofbingo
The text was updated successfully, but these errors were encountered: