From 91ede2e115c149b6cc7c21fe30db72a00de071e1 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 31 Dec 2024 10:13:17 +0100 Subject: [PATCH] ci(benchmarks): remove verbose output and post is inferred (#15073) (cherry picked from commit 11385039554608c936390a5b351cda719e86bb9a) --- .ci/scripts/download-png-from-kibana.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/scripts/download-png-from-kibana.sh b/.ci/scripts/download-png-from-kibana.sh index c6dc99641e1..c9d795d1218 100755 --- a/.ci/scripts/download-png-from-kibana.sh +++ b/.ci/scripts/download-png-from-kibana.sh @@ -35,7 +35,7 @@ JOB_PARAMS=$(echo " " | tr -d "[:space:]") -png_url_path=$(curl -XPOST -v -L -u "$kibana_user:$kibana_pwd" -H 'kbn-xsrf: true' --data-urlencode "jobParams=${JOB_PARAMS}" $kibana_host/api/reporting/generate/pngV2 | jq -r '.path') +png_url_path=$(curl -L -u "$kibana_user:$kibana_pwd" -H 'kbn-xsrf: true' --data-urlencode "jobParams=${JOB_PARAMS}" $kibana_host/api/reporting/generate/pngV2 | jq -r '.path') if [[ "$png_url_path" == "null" ]] then