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
…15079)

(cherry picked from commit 1138503)

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
  • Loading branch information
mergify[bot] and v1v authored Dec 31, 2024
1 parent 854ae5b commit c68903d
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 c68903d

Please sign in to comment.