We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb59d2e commit 8308ab9Copy full SHA for 8308ab9
.travis.yml
@@ -17,7 +17,3 @@ script:
17
18
after_success:
19
- sh -x ./scripts/publish.sh
20
-
21
-notifications:
22
- email:
23
- - patternfly-build@redhat.com
scripts/publish.sh
@@ -13,7 +13,7 @@ then
13
fi
14
15
# User info
16
-git config user.name "Admin"
+git config user.name "patternfly-build"
git config user.email "patternfly-build@redhat.com"
git config --global push.default simple
@@ -36,5 +36,3 @@ then
36
else
37
git push upstream $TRAVIS_BRANCH:$TRAVIS_BRANCH-dist --force -v
38
39
40
-exit $?
0 commit comments