Skip to content

Commit

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

Signed-off-by: jolheiser <[email protected]>
  • Loading branch information
jolheiser authored Dec 21, 2022
1 parent 7e26f2b commit 92f72d6
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 @@ -851,7 +851,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 92f72d6

Please sign in to comment.