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/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if [[ "${DOCS_ONLY_DISABLE}" != "1" ]]; then
docs_only=0
break
fi
done <<< "$file_diff"
done < <(printf '%s\n' "$file_diff" | tr ' ' '\n' | tr -d '\r')

if [[ "$docs_only" -eq 1 ]]; then
buildkite-agent annotate ":memo: CI skipped — docs/** only changes detected
Expand Down