and I still somehow forgot about git
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* install git to update submodules to pass a build
This commit is contained in:
parent
281941ec9a
commit
f567f649b3
@ -7,7 +7,7 @@ steps:
|
||||
pull: if-not-exists
|
||||
image: archlinux
|
||||
commands:
|
||||
- pacman -Sy --noconfirm wget tar
|
||||
- pacman -Sy --noconfirm wget tar git
|
||||
- wget https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_extended_0.65.3_Linux-64bit.tar.gz -O hugo.tgz
|
||||
- tar xfv hugo.tgz
|
||||
- git submodule init
|
||||
|
Loading…
Reference in New Issue
Block a user