Skip to content

Commit 9914b21

Browse files
fix: update libcurl in docs pipeline (#22203)
updating libcurl fixes the mismatch between curl and libcurl Signed-off-by: jolheiser <[email protected]> Co-authored-by: silverwind <[email protected]>
1 parent c403e2f commit 9914b21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.drone.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,8 @@ steps:
931931
image: plugins/hugo:latest
932932
pull: always
933933
commands:
934-
- apk add --no-cache make bash curl
934+
# https://github.com/drone-plugins/drone-hugo/issues/36
935+
- apk upgrade --no-cache libcurl && apk add --no-cache make bash curl
935936
- cd docs
936937
- make trans-copy clean build
937938

0 commit comments

Comments
 (0)