Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/check_saved_objects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if is_pr; then
# First, we try to obtain its SHA (or one of its ancestors)
MERGE_BASE_REV="$(findExistingSnapshotSha "$GITHUB_PR_MERGE_BASE")"
if [[ $? -ne 0 ]]; then
echo "❌ Could not find an existing snapshot to use as a baseline. Aborting Saved Objects checks" >&2
echo "❌ Could not find an existing snapshot to use as a baseline. Please rebase this PR branch onto the latest 'main' commit, then rerun CI." >&2
exit 1
fi

Expand Down
Loading