From 4e94f6cae513e388553890b58ea94dd11ee7298b Mon Sep 17 00:00:00 2001 From: vrifox Date: Mon, 27 Mar 2023 16:25:52 +0200 Subject: [PATCH] [CI/CD] use apt-get instead of apt --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f3e375e..36ec77c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,8 +2,8 @@ pipeline: build: image: debian commands: - - apt update - - apt install hugo + - apt-get update + - apt-get install hugo - hugo --destination /woodpecker/build/vrifox.cc/ --minify --cleanDestinationDir check-version: