From 0c622edc61b3edd9bea08b6a86550489a97d6f33 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sat, 17 Sep 2022 16:38:32 -0400 Subject: [PATCH] testing --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5eb5230..f4ca601 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,7 +11,7 @@ pipeline: publish: image: bitnami/git commands: - - ping www.ruthenic.com + - curl www.ruthenic.com - git config --global credential.helper store - git config --global user.name "BotUser" - git config --global user.email "awaynian.trow@gmail.com"