From 5a7df8bbd078e777f1eda603a6d6c95695e21446 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sat, 17 Sep 2022 16:42:07 -0400 Subject: [PATCH] ARCH LINUX WILL SAVE THE DAY --- .woodpecker.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ]