Fix Woodpecker config (2)

This commit is contained in:
lostinlight 2022-01-22 11:59:02 +03:00
parent 801492e8c5
commit fbf0e5a21b
1 changed files with 3 additions and 0 deletions

View File

@ -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"