Browse Source

(experiment) remove -x from check_tags.sh

Peter Squicciarini 4 năm trước cách đây
mục cha
commit
608edd6776
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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