From 7b1e5f50aa33c280e3c1d5de146a8572fe6f5806 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 21 Dec 2022 12:50:29 -0600 Subject: [PATCH] fix: update libcurl in docs pipeline Signed-off-by: jolheiser --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3618a399817f0..5c15637e997e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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