summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 8a73e84a00..a0abaa9ccc 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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