From bcd4b59cf1f81aa1e9d6079a368a6d7c457e6e6f Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sat, 17 Sep 2022 16:45:22 -0400 Subject: [PATCH] friendship ended with arch linux, debian is my new best friend --- .woodpecker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"