Fix no identity
This commit is contained in:
parent
1f401a3914
commit
bfe0de2993
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ steps:
|
|||
- git clone "${CI_REPO_CLONE_SSH_URL}" repo
|
||||
|
||||
# Set the displayed user with the commits that are about to be made
|
||||
- git config --global user.email "${CI_COMMIT_AUTHOR_EMAIL:-$CI_COMMIT_AUTHOR_EMAIL}"
|
||||
- git config --global user.name "${CI_COMMIT_AUTHOR:-$CI_COMMIT_AUTHOR}"
|
||||
- git config --global user.email "${CI_COMMIT_AUTHOR_EMAIL:-CI_COMMIT_AUTHOR_EMAIL}"
|
||||
- git config --global user.name "${CI_COMMIT_AUTHOR:-CI Bot}"
|
||||
|
||||
# Move the generated PDF to the repository directory
|
||||
- mv cv.pdf repo/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue