From 31c091e141964440e42a1dad6e5b3e92d5b93a98 Mon Sep 17 00:00:00 2001 From: vrifox Date: Wed, 29 Mar 2023 21:53:16 +0200 Subject: [PATCH] [CI/CD] install git --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fd200c9..0d40770 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: image: archlinux commands: - - pacman -Syu --noconfirm hugo + - pacman -Syu --noconfirm hugo git - hugo --destination /woodpecker/build/vrifox.cc/ --minify --cleanDestinationDir prepare-ssh: