Use bash for running Woodpecker scripts

This commit is contained in:
Anthony Wang 2022-01-20 19:05:42 -06:00
parent a370aa5c5d
commit 722776721f
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -1,12 +1,12 @@
clone:
git:
image: none
image: bash
commands:
- git clone --recursive https://git.exozy.me/Ta180m/website.git
pipeline:
build:
image: none
image: bash
commands:
- cd website
- hugo --minify --destination /srv/http/pages/ta180m