Skip to content

Commit

Permalink
Fix release git user email-address
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisingenhaag committed Mar 16, 2024
1 parent a36336c commit b7462c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ release:
- chmod 700 ~/.ssh
- echo "$SSH_PUBLIC_KEY" >> ~/.ssh/id_rsa.pub
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- git config --global user.email "gitlab-ci@ingenhaag-tech.de"
- git config --global user.email "[email protected]"
- git config --global user.name "Christian Ingenhaag"
- git remote rm origin && git remote add origin [email protected]:$CI_PROJECT_PATH.git
- git fetch
Expand Down

0 comments on commit b7462c5

Please sign in to comment.