Skip to content

Commit

Permalink
Get rid of mesosphere email from builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alenkacz authored Jul 11, 2019
1 parent 0facf40 commit c5a430e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- checkout
- run: |
git config user.name "Circle CI"
git config user.email "ci@mesosphere.com"
git config user.email "kudobuilder@gmail.com"
git merge -m "Merge Commit" origin/master
- run: ./test/run_tests.sh
release:
Expand All @@ -35,7 +35,7 @@ jobs:

- run: |
git config user.name "Circle CI"
git config user.email "ci@mesosphere.com"
git config user.email "kudobuilder@gmail.com"
git merge -m "Merge Commit" origin/master
- run: make check-formatting
- save_cache:
Expand Down

0 comments on commit c5a430e

Please sign in to comment.