From 9a0a4086e27bf1bdbd19da5f173e683065145ea4 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Wed, 21 Dec 2022 13:39:05 -0600 Subject: [PATCH] fix: update libcurl in docs pipeline (#22204) Backport https://github.com/go-gitea/gitea/pull/22203 Signed-off-by: jolheiser Co-authored-by: silverwind --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8a73e84a0..a0abaa9cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -941,7 +941,8 @@ steps: image: plugins/hugo:latest pull: always commands: - - apk add --no-cache make bash curl + # https://github.com/drone-plugins/drone-hugo/issues/36 + - apk upgrade --no-cache libcurl && apk add --no-cache make bash curl - cd docs - make trans-copy clean build