소스 검색

(experiment) remove -x from check_tags.sh

Peter Squicciarini 4 년 전
부모
커밋
608edd6776
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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