Skip to content

Commit 1f7fdba

Browse files
committed
fix(experiment/run-library.sh): Provide correct result_id to ES
We were providing `$marker_date` instead of `$sd_run` (the one without the leading "run-". Thanks a million to @jhutar for his continuous help and support and specially with this one :) rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
1 parent d86e62e commit 1f7fdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiment/run-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ function status_data_create() {
314314
--arg release ${sd_sat_ver_short} \
315315
--arg date ${sd_start} \
316316
--arg link ${sd_link} \
317-
--arg result_id ${marker_date} \
317+
--arg result_id ${sd_run} \
318318
--arg test ${sd_name} \
319319
--arg result ${sd_result} \
320320
'{

0 commit comments

Comments
 (0)