mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-10-31 22:27:21 +00:00
Fix Woodpecker config (2)
This commit is contained in:
parent
801492e8c5
commit
fbf0e5a21b
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue