mirror of https://github.com/containers/podman.git
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:
parent
0ac73f25eb
commit
de8243453d
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue