From 722776721fcee20b3a90423550acfa3407ac299f Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 20 Jan 2022 19:05:42 -0600 Subject: [PATCH] Use bash for running Woodpecker scripts --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a9b7bf3..d29b27a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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