From 1fd97d4b25933a57abb346a581a2f18f0614e265 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Tue, 13 Feb 2018 10:22:17 -0800 Subject: [PATCH] Turn on logging to help debug travis failures. --- document/travis-deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/document/travis-deploy.sh b/document/travis-deploy.sh index 0e361db1a1..e67c055898 100755 --- a/document/travis-deploy.sh +++ b/document/travis-deploy.sh @@ -35,6 +35,10 @@ chmod 600 deploy_key eval `ssh-agent -s` ssh-add deploy_key || true +# DON'T MOVE ABOVE AS IT WILL REVEAL KEYS! +# Turn on logging from here on. +set -x + # Clone the existing gh-pages for this repo into _build/ # Create a new empty branch if gh-pages doesn't exist yet (should only happen # on first deploy).