diff --git a/.drone.yml b/.drone.yml index 478d478..22a8f59 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: build image: debian:buster-slim commands: - - apt-get update; apt-get upgrade + - apt-get update; apt-get upgrade -y - apt-get install -y wget - wget https://github.com/gohugoio/hugo/releases/download/v0.80.0/hugo_extended_0.80.0_Linux-64bit.deb -O hugo.deb - dpkg -i hugo.deb