refactor: set correct commit details for nfc_bot

Change made so that the commits from the
bot show up in it's profile

MR !20
This commit is contained in:
2022-02-12 10:27:01 +00:00
parent f6d7ebeeb2
commit 9a7ae7106e

View File

@ -18,8 +18,8 @@
- git clone -b development $CLONE_URL repo
- cd repo
- git branch
- git config --global user.email "CI@nfc-gitlab"
- git config --global user.name "NFC CI"
- git config --global user.email "helpdesk@nofusscomputing.com"
- git config --global user.name "nfc_bot"
- git push --set-upstream origin development
- RELEASE_VERSION_CURRENT=$(cz -n cz_nfc version --project)
script: