From 1f377b3e22479e9556d1ddd6e57dcee03a41e7af Mon Sep 17 00:00:00 2001 From: Brandon Squizzato Date: Wed, 13 Oct 2021 16:25:40 -0400 Subject: [PATCH] Remove 'set -v' from bootstrap --- cicd/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/bootstrap.sh b/cicd/bootstrap.sh index 39a8f114..e335d15e 100644 --- a/cicd/bootstrap.sh +++ b/cicd/bootstrap.sh @@ -1,4 +1,4 @@ -set -ev +set -e # log in to ephemeral cluster oc login --token=$OC_LOGIN_TOKEN --server=$OC_LOGIN_SERVER