From fbf0e5a21b84d0b6834404e61a2d827bb3da2eb2 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sat, 22 Jan 2022 11:59:02 +0300 Subject: [PATCH] Fix Woodpecker config (2) --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 329a983..2994481 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -22,6 +22,9 @@ pipeline: publish: image: alpine commands: + - apk add git + - git branch -a + - git remote -v # configure git - git checkout -b pages - git config --global user.email "nonexistent@example.com"