Browse Source

Merge pull request #6949 from jcsirot/fix-pushbin-script-verbosity

Remove set -x to make this script less verbose
Chris Crone 6 năm trước cách đây
mục cha
commit
8ebb1a6f19
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      script/circle/bintray-deploy.sh

+ 0 - 2
script/circle/bintray-deploy.sh

@@ -1,7 +1,5 @@
 #!/bin/bash
 
-set -x
-
 curl -f -u$BINTRAY_USERNAME:$BINTRAY_API_KEY -X GET \
   https://api.bintray.com/repos/docker-compose/${CIRCLE_BRANCH}