Skip to content

Commit 92f72d6

Browse files
authored
fix: update libcurl in docs pipeline (#22205)
Backport #22203 Signed-off-by: jolheiser <[email protected]>
1 parent 7e26f2b commit 92f72d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.drone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,8 @@ steps:
851851
image: plugins/hugo:latest
852852
pull: always
853853
commands:
854-
- apk add --no-cache make bash curl
854+
# https://github.com/drone-plugins/drone-hugo/issues/36
855+
- apk upgrade --no-cache libcurl && apk add --no-cache make bash curl
855856
- cd docs
856857
- make trans-copy clean build
857858

0 commit comments

Comments
 (0)