diff --git a/.woodpecker.yml b/.woodpecker.yml index f4ca601..59ba478 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,9 +9,9 @@ pipeline: when: event: [ pull_request, push ] publish: - image: bitnami/git + image: archlinux commands: - - curl www.ruthenic.com + - pacman -S git - git config --global credential.helper store - git config --global user.name "BotUser" - git config --global user.email "awaynian.trow@gmail.com" @@ -26,3 +26,5 @@ pipeline: - git commit -m "Update build" - git push --force -u origin master secrets: [ access_token ] + when: + event: [ push ]