mirror of
https://github.com/ben-grande/qusal.git
synced 2025-12-10 22:25:34 -05:00
ci: add variable to skip acquiring git user email
This commit is contained in:
parent
2d5d3affe3
commit
2d832031d3
2 changed files with 3 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ case "${-}" in
|
|||
*) xtrace=0;;
|
||||
esac
|
||||
|
||||
email="<$(git config --get user.email)>"
|
||||
email="<${GIT_EMAIL:-"$(git config --get user.email)"}>"
|
||||
year="$(date -- '+%Y')"
|
||||
fail="0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue