-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Showing
1 changed file
with
2 additions
and
2 deletions.
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 |
---|---|---|
|
@@ -217,6 +217,8 @@ function configure_git_on_ci { | |
bash <(curl -s https://raw.githubusercontent.com/ory/ci/master/src/scripts/install/git.sh) | ||
# change global url from https://github.com/ to [email protected]: | ||
# git config --global url."[email protected]:".insteadOf https://github.com/ | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "ory-bot" | ||
} | ||
|
||
# copy contributing guide to docs if docs exist | ||
|
@@ -289,8 +291,6 @@ function install_dependencies_on_ci { | |
sudo apt-get update -y | ||
sudo apt-get install -y moreutils gettext-base | ||
curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.1.48 | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "ory-bot" | ||
} | ||
|
||
# pushes the committed changes from the local Git client to GitHub | ||
|