From 0a8421cfaa3e6bdb2814dc277d38efb63b0d747b Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Mon, 9 Dec 2019 14:25:21 +0100 Subject: [PATCH] debugging Signed-off-by: Felix Bartels --- .ci/docker-hub-helper.sh | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/docker-hub-helper.sh b/.ci/docker-hub-helper.sh index 7eccc21..0abd688 100755 --- a/.ci/docker-hub-helper.sh +++ b/.ci/docker-hub-helper.sh @@ -54,7 +54,7 @@ push_readme() { local code code=$(jq -n --arg msg "$(<"${readme}")" \ '{"registry":"registry-1.docker.io","full_description": $msg }' | \ - curl -v -s -o /dev/null -L -w "%{http_code}" \ + curl -s -o /dev/null -L -w "%{http_code}" \ https://hub.docker.com/v2/repositories/"${image}"/ \ -d @- -X PATCH \ -H "Content-Type: application/json" \ diff --git a/Makefile b/Makefile index 3e5c238..22fa17a 100644 --- a/Makefile +++ b/Makefile @@ -279,7 +279,7 @@ publish-container: ## Helper target to push a given image to a registry. Default done docker push $(docker_repo)/kopano_$(component):latest ifdef DOCKERREADME - .ci/docker-hub-helper.sh $(component) + bash -x .ci/docker-hub-helper.sh $(component) endif publish-base: tag-base