mirror of https://github.com/docker/compose.git
Merge pull request #6949 from jcsirot/fix-pushbin-script-verbosity
Remove set -x to make this script less verbose
This commit is contained in:
commit
8ebb1a6f19
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
curl -f -u$BINTRAY_USERNAME:$BINTRAY_API_KEY -X GET \
|
curl -f -u$BINTRAY_USERNAME:$BINTRAY_API_KEY -X GET \
|
||||||
https://api.bintray.com/repos/docker-compose/${CIRCLE_BRANCH}
|
https://api.bintray.com/repos/docker-compose/${CIRCLE_BRANCH}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue