mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
Fix renderer's email
This commit is contained in:
parent
e48fb01003
commit
53224cad5a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ pipeline:
|
||||||
image: bitnami/git
|
image: bitnami/git
|
||||||
secrets: [ codeberg_token ]
|
secrets: [ codeberg_token ]
|
||||||
commands:
|
commands:
|
||||||
- git config --global user.email bot+pages@metacode.biz
|
- git config --global user.email heiko@schaefer.name
|
||||||
- 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