-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a36336c
commit b7462c5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|