[LTP] [PATCH] ci: fix documentation build for new patches
Andrea Cervesato
andrea.cervesato@suse.de
Wed Jan 14 15:23:25 CET 2026
From: Andrea Cervesato <andrea.cervesato@suse.com>
curl command was not alligned with the ci-docker-build.yml workflow, so
it was failing due to HTTP request error.
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
.github/workflows/ci-sphinx-doc.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci-sphinx-doc.yml b/.github/workflows/ci-sphinx-doc.yml
index b225d32a6ba448fef2fb103cf7f891557be27a05..3dccf8b86a40c142c82021dac8b6ee7c1a273aea 100644
--- a/.github/workflows/ci-sphinx-doc.yml
+++ b/.github/workflows/ci-sphinx-doc.yml
@@ -46,7 +46,7 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git checkout -b review_patch_series_"${{ inputs.SERIES_ID }}"
- curl -k "${{ inputs.SERIES_MBOX }}" | git am
+ curl -k -L --retry 3 --max-redirs 1 --location-trusted "${{ inputs.SERIES_MBOX }}" | git am
./ci/tools/patchwork.sh state "${{ inputs.SERIES_ID }}" "needs-review-ack"
---
base-commit: 012f63081ad9cb2e5d5de4005e5cfed29f5c0edf
change-id: 20260114-fix_ci_doc-25179913ca9d
Best regards,
--
Andrea Cervesato <andrea.cervesato@suse.com>
More information about the ltp
mailing list