remove -x from CI helper scripts (#582)

So that we don't print secrets in CI
This commit is contained in:
tamarrow
2016-04-25 14:28:28 -07:00
parent 0e7ff9909f
commit d29a4080e1
4 changed files with 0 additions and 4 deletions

View File

@@ -6,6 +6,5 @@
set -e
set -o pipefail
set -x
http --ignore-stdin DELETE https://ccm.mesosphere.com/api/cluster/${CLUSTER_ID}/ Authorization:"Token ${CCM_AUTH_TOKEN}"

View File

@@ -6,7 +6,6 @@
# DCOS_CHANNEL
set -e
set -x
# create cluster
CLUSTER_ID=$(http --ignore-stdin \https://ccm.mesosphere.com/api/cluster/ \

View File

@@ -2,7 +2,6 @@
set -e
set -o pipefail
set -x
# run tests
CLI_TEST_MASTER_PROXY=true \

View File

@@ -6,7 +6,6 @@
set -e
set -o pipefail
set -x
# wait for cluster to come up
while true; do