From 19d44dddd553761a05be7ace75264dbbe9c4f9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Tue, 26 Jan 2021 20:14:58 +0100 Subject: [PATCH] Yes yes yes --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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