Skip to content

Commit

Permalink
fix: update libcurl in docs pipeline (#22204)
Browse files Browse the repository at this point in the history
Backport #22203

Signed-off-by: jolheiser <[email protected]>
Co-authored-by: silverwind <[email protected]>
  • Loading branch information
jolheiser and silverwind authored Dec 21, 2022
1 parent 145e11b commit 9a0a408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9a0a408

Please sign in to comment.