Skip to content

Commit 9a0a408

Browse files
fix: update libcurl in docs pipeline (#22204)
Backport #22203 Signed-off-by: jolheiser <[email protected]> Co-authored-by: silverwind <[email protected]>
1 parent 145e11b commit 9a0a408

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
@@ -941,7 +941,8 @@ steps:
941941
image: plugins/hugo:latest
942942
pull: always
943943
commands:
944-
- apk add --no-cache make bash curl
944+
# https://github.com/drone-plugins/drone-hugo/issues/36
945+
- apk upgrade --no-cache libcurl && apk add --no-cache make bash curl
945946
- cd docs
946947
- make trans-copy clean build
947948

0 commit comments

Comments
 (0)