Skip to content

Commit 8308ab9

Browse files
committed
Removed global email.
Added valid GitHub user.
1 parent eb59d2e commit 8308ab9

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

-4
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-

scripts/publish.sh

+1-3
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 "[email protected]"
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)