Yes yes yes

This commit is contained in:
Víðir Valberg Guðmundsson 2021-01-26 20:14:58 +01:00
parent 902b6d66d7
commit 19d44dddd5
1 changed files with 1 additions and 1 deletions

View File

@ -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