mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
Exclude .gitignore from test req.
Also sort the explicit files by name, since the list is growing. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -32,8 +32,9 @@ fi
|
||||
# This is OK if the only files being touched are "safe" ones.
|
||||
filtered_changes=$(git diff --name-status $base $head |
|
||||
awk '{print $2}' |
|
||||
fgrep -vx Makefile |
|
||||
fgrep -vx .cirrus.yml |
|
||||
fgrep -vx .gitignore |
|
||||
fgrep -vx Makefile |
|
||||
fgrep -vx changelog.txt |
|
||||
fgrep -vx go.mod |
|
||||
fgrep -vx go.sum |
|
||||
|
Reference in New Issue
Block a user