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