We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bebce commit 4b88773Copy full SHA for 4b88773
.buildkite/scripts/common/check-files-changed.sh
@@ -19,7 +19,7 @@ changed_files=$(git diff --name-only $previous_commit)
19
if [[ -n "$changed_files" ]] && [[ -z "$(echo "$changed_files" | grep -vE "$1")" ]]; then
20
echo "All files compared to the previous commit [$previous_commit] match the specified regex: [$1]"
21
echo "Files changed:"
22
- git diff --name-only HEAD^
+ git --no-pager diff --name-only HEAD^
23
exit 0
24
else
25
exit 1
0 commit comments