mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-13 04:37:46 -04:00
root docs pipeline requests through proxy
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -1818,6 +1818,14 @@ def docs():
|
||||
{
|
||||
"name": "docs-generate",
|
||||
"image": OC_CI_GOLANG,
|
||||
"environment": {
|
||||
"HTTP_PROXY": {
|
||||
"from_secret": "drone_http_proxy",
|
||||
},
|
||||
"HTTPS_PROXY": {
|
||||
"from_secret": "drone_http_proxy",
|
||||
},
|
||||
},
|
||||
"commands": ["make docs-generate"],
|
||||
},
|
||||
{
|
||||
|
||||
6
changelog/unreleased/fix-docs-pipeline.md
Normal file
6
changelog/unreleased/fix-docs-pipeline.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Bugfix: Fix 403 in docs pipeline
|
||||
|
||||
Docs pipeline was not routed through our proxies which could lead to requests being blacklisted
|
||||
|
||||
https://github.com/owncloud/ocis/issues/7509
|
||||
https://github.com/owncloud/ocis/pull/7511
|
||||
Reference in New Issue
Block a user