[CI/CD] install git
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vri 🌈 2023-03-29 21:53:16 +02:00
parent 1efdc50eed
commit 31c091e141
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -2,7 +2,7 @@ pipeline:
build: build:
image: archlinux image: archlinux
commands: commands:
- pacman -Syu --noconfirm hugo - pacman -Syu --noconfirm hugo git
- hugo --destination /woodpecker/build/vrifox.cc/ --minify --cleanDestinationDir - hugo --destination /woodpecker/build/vrifox.cc/ --minify --cleanDestinationDir
prepare-ssh: prepare-ssh: