Skip to content

Commit

Permalink
ci(benchmarks): remove verbose output and post is inferred (#15073)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1138503)
  • Loading branch information
v1v authored and mergify[bot] committed Dec 31, 2024
1 parent 0d55860 commit 91ede2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/download-png-from-kibana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91ede2e

Please sign in to comment.