Skip to content

Commit

Permalink
Remove 'set -v' from bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Oct 13, 2021
1 parent 051ada8 commit 1f377b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set -ev
set -e

# log in to ephemeral cluster
oc login --token=$OC_LOGIN_TOKEN --server=$OC_LOGIN_SERVER
Expand Down

0 comments on commit 1f377b3

Please sign in to comment.