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"