diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml index 48ba3e8f97..2b5d21ddf9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -928,11 +928,8 @@ trigger: steps: - name: build-docs - image: plugins/hugo:latest - pull: always + image: golang:1.19 commands: - # 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 |