forked from data.coop/website
Try to add "git" to installed image (no git executable in PATH)
This commit is contained in:
parent
efb448a8f9
commit
20a7bee068
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue