From 608edd6776ae4f35c334820da3e90f3d00af556f Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Fri, 18 Sep 2020 16:36:03 -0700 Subject: [PATCH] (experiment) remove -x from check_tags.sh --- check_tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_tags.sh b/check_tags.sh index b92a670..56513b5 100755 --- a/check_tags.sh +++ b/check_tags.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -ex +set -e if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then REPOSITORY=$GITHUB_REPOSITORY