Fix Woodpecker config (2)

This commit is contained in:
lostinlight 2022-01-22 11:59:02 +03:00
parent 801492e8c5
commit fbf0e5a21b

View file

@ -22,6 +22,9 @@ pipeline:
publish: publish:
image: alpine image: alpine
commands: commands:
- apk add git
- git branch -a
- git remote -v
# configure git # configure git
- git checkout -b pages - git checkout -b pages
- git config --global user.email "nonexistent@example.com" - git config --global user.email "nonexistent@example.com"