Browse Source

(experiment) remove -x from check_tags.sh

Peter Squicciarini 4 years ago
parent
commit
608edd6776
1 changed files with 1 additions and 1 deletions
  1. 1 1
      check_tags.sh

+ 1 - 1
check_tags.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-set -ex
+set -e
 
 if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
   REPOSITORY=$GITHUB_REPOSITORY