Fix Woodpecker config (4)

This commit is contained in:
lostinlight 2022-01-22 12:42:06 +03:00
parent 7daf77ceea
commit 582e492f4f
1 changed files with 1 additions and 3 deletions

View File

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