diff --git a/.woodpecker.yml b/.woodpecker.yml index f5e50da..e016ce8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,10 +9,9 @@ pipeline: when: event: [ pull_request, push ] publish: - image: archlinux + image: debian commands: - - pacman -Sy - - pacman -S git + - apt install git - git config --global credential.helper store - git config --global user.name "BotUser" - git config --global user.email "awaynian.trow@gmail.com"