Skip to content

Commit

Permalink
Merge pull request #495 from alphagov/amend-git-config
Browse files Browse the repository at this point in the history
Release as “GOV.UK Patterns & Tools CI User”
  • Loading branch information
gemmaleigh committed Jun 9, 2017
2 parents 98faa99 + 994afdf commit 56c6acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ REPO_PATH='alphagov/govuk_elements'

echo "Add config for alphagov/$REPO_PATH"

git config --global user.name "Travis CI"
git config --global user.email "travis@travis-ci.org"
git config --global user.name "GOV.UK Patterns & Tools CI User"
git config --global user.email "patterns-and-tools-github-user@digital.cabinet-office.gov.uk"
git remote add origin_ssh git@github.com:$REPO_PATH.git

# This openssl command was generated automatically by `travis encrypt-file`, see `.travis/README.md` for more details
Expand Down

0 comments on commit 56c6acd

Please sign in to comment.