fix: configure git to include committer's details
ci/woodpecker/push/woodpecker Pipeline failed Details

pull/6/head
Aravinth Manivannan 2022-04-16 08:35:43 +05:30
parent af8173ccd9
commit 5a59a9d20b
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ pipeline:
when:
event: [ push, pull_request, tag, deployment ]
commands:
- git config --global user.email "$CI_COMMIT_AUTHOR_EMAIL"
- git config --global user.name "$CI_COMMIT_AUTHOR"
- make env
- make
- ./scripts/zola.sh deploy pages public "$CI_COMMIT_AUTHOR <$CI_COMMIT_AUTHOR_EMAIL>"