mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-25 02:06:37 +00:00
Fix Woodpecker config (4)
This commit is contained in:
parent
7daf77ceea
commit
582e492f4f
|
@ -21,11 +21,9 @@ pipeline:
|
|||
publish:
|
||||
image: alpine
|
||||
commands:
|
||||
- apk add git
|
||||
- ls -l
|
||||
- apk add git openssh
|
||||
# configure git
|
||||
- git checkout -b pages
|
||||
- ls -l
|
||||
- git config --global user.email "nonexistent@example.com"
|
||||
- git config --global user.name "Codeberg CI"
|
||||
- git remote set-url origin git@codeberg.org:fediverse/fediparty.git
|
||||
|
|
Loading…
Reference in a new issue