Skip to content

Commit

Permalink
Remove the git push quiet to debug web site promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
mbats committed Jun 27, 2017
1 parent cedb46a commit 4455442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-promote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ git status
git add .
git commit -m "Promoting new website for https://github.com/ObeoNetwork/UML-Designer/commit/$TRAVIS_COMMIT [$TRAVIS_BRANCH]"
git status
git push origin gh-pages --quiet &>/dev/null
git push origin gh-pages

echo "Build promoted."
fi

0 comments on commit 4455442

Please sign in to comment.