Skip to content

Commit 36a07ec

Browse files
Merge pull request patternfly#433 from dlabrecq/PTNFLY-travis
Removed global email.
2 parents 28230d0 + 8308ab9 commit 36a07ec

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ script:
1717

1818
after_success:
1919
- sh -x ./scripts/publish.sh
20-
21-
notifications:
22-
email:
23-
- patternfly-build@redhat.com

scripts/publish.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ then
1313
fi
1414

1515
# User info
16-
git config user.name "Admin"
16+
git config user.name "patternfly-build"
1717
git config user.email "patternfly-build@redhat.com"
1818
git config --global push.default simple
1919

@@ -36,5 +36,3 @@ then
3636
else
3737
git push upstream $TRAVIS_BRANCH:$TRAVIS_BRANCH-dist --force -v
3838
fi
39-
40-
exit $?

0 commit comments

Comments
 (0)