Try to add "git" to installed image (no git executable in PATH)

This commit is contained in:
Benjamin Bach 2021-12-28 02:56:03 +01:00
parent efb448a8f9
commit 20a7bee068
Signed by: benjaoming
GPG Key ID: 7D49441634585664
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
image: debian:buster-slim
commands:
- apt-get update; apt-get upgrade -y
- apt-get install -y wget
- apt-get install -y wget git
- 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
- hugo --destination _site/