Skip to content

Commit 0b19bab

Browse files
hide push output from log
not to expose GH API token
1 parent 234f7f3 commit 0b19bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ then
5757
git fetch upstream
5858
git add pom.xml
5959
git commit -m "[Travis-CI] next snapshot version"
60-
git push upstream master
60+
git push --quiet upstream master > /dev/null 2>&1
6161
fi

0 commit comments

Comments
 (0)