mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
fix: update libcurl in docs pipeline (#22204)
Backport https://github.com/go-gitea/gitea/pull/22203 Signed-off-by: jolheiser <[email protected]> Co-authored-by: silverwind <[email protected]>
This commit is contained in:
co-authored by
GitHub
silverwind
parent
145e11bc39
commit
9a0a4086e2
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user