From 858fdb4925fbe14d57f0625f17cd51b6476c253e Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Tue, 24 Jan 2017 16:29:15 +0100 Subject: [PATCH] do not disclosure token --- .surge.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.surge.sh b/.surge.sh index 3c97efb..daa7a00 100755 --- a/.surge.sh +++ b/.surge.sh @@ -4,8 +4,6 @@ # Manual uploading require credentials, so only travis can do this. # For more info see https://surge.sh/ -set -x - if [ "$TRAVIS_EVENT_TYPE" = "push" -a "$TRAVIS_BRANCH" = "master" ]; then docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" \ -e SURGE_LOGIN="$SURGE_LOGIN" -e SURGE_TOKEN="$SURGE_TOKEN" \