From 73adbd945697548be2b3c9d65e557db60f806140 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Thu, 27 Sep 2018 23:22:09 -0500 Subject: [PATCH] Removing the redirect of git command output to /dev/null in .travis.yml for debugging purposes --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7738f6ae3..ae8b504bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,8 +42,7 @@ before_deploy: - git config --global user.name "Travis CI" - export GIT_TAG=snapshot/$(date -u "+%Y-%m-%d")-$TRAVIS_BUILD_NUMBER - git tag $GIT_TAG -a -m "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER" -- git push https://$GITHUBTOKEN@github.com/docbook/xslt10-stylesheets $GIT_TAG > /dev/null - 2>&1 +- git push https://$GITHUBTOKEN@github.com/docbook/xslt10-stylesheets $GIT_TAG deploy: provider: releases prerelease: true -- 2.40.0