Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update annotation with step key
  • Loading branch information
mrodm committed May 7, 2025
commit 7fb14def92386a63f83e616fe20194c2ee7848ed
2 changes: 1 addition & 1 deletion .buildkite/scripts/cloud-cleanup-oidc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
fi

buildkite-agent annotate \
"Running DRY_RUN (${DRY_RUN}) using cloud-reaper command \"${COMMAND}\"" \
"[${BUILDKITE_STEP_KEY}] Running DRY_RUN (${DRY_RUN}) using cloud-reaper command \"${COMMAND}\"" \
--context "ctx-cloud-reaper-info" \
--style "info"

Expand Down
2 changes: 1 addition & 1 deletion .buildkite/scripts/cloud-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
fi

buildkite-agent annotate \
"Running DRY_RUN (${DRY_RUN}) using cloud-reaper command \"${COMMAND}\"" \
"[${BUILDKITE_STEP_KEY}] Running DRY_RUN (${DRY_RUN}) using cloud-reaper command \"${COMMAND}\"" \
--context "ctx-cloud-reaper-info" \
--style "info"

Expand Down