Browse Source

fix: update libcurl in docs pipeline (#22205)

Backport https://github.com/go-gitea/gitea/pull/22203

Signed-off-by: jolheiser <john.olheiser@gmail.com>
tags/v1.17.4
John Olheiser 1 year ago
parent
commit
92f72d678c
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .drone.yml

+ 2
- 1
.drone.yml View File

@@ -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


Loading…
Cancel
Save