mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-22 23:52:05 +01:00
Fix email to use the boiler
bot account
(Oops, I told Wiktor the wrong email when he set this job up)
This commit is contained in:
parent
1dab72fc59
commit
eeecce1286
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ steps:
|
||||||
image: bitnami/git
|
image: bitnami/git
|
||||||
secrets: [ codeberg_token ]
|
secrets: [ codeberg_token ]
|
||||||
commands:
|
commands:
|
||||||
- git config --global user.email heiko@schaefer.name
|
- git config --global user.email heiko.schaefer+boiler@posteo.de
|
||||||
- git config --global user.name "Page Renderer"
|
- git config --global user.name "Page Renderer"
|
||||||
- git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/openpgp/test.git $CI_REPO_NAME
|
- git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/openpgp/test.git $CI_REPO_NAME
|
||||||
- cp -ar public/. $CI_REPO_NAME/
|
- cp -ar public/. $CI_REPO_NAME/
|
||||||
|
|
Loading…
Reference in a new issue