summaryrefslogtreecommitdiff
path: root/contrib/cirrus/pr-should-include-tests
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-08 11:50:04 -0400
committerGitHub <noreply@github.com>2021-04-08 11:50:04 -0400
commita81b078a588fa5f9b5b42b2ffc894d00f06980c3 (patch)
tree040ab197f5e1557f9d298bb0e9d30f7b25f445a8 /contrib/cirrus/pr-should-include-tests
parent99e3111814225e4e0cb2c7dc882b7f2e450d70aa (diff)
parentec88445fc83d666ec3f51e14acd1e5d3fd920863 (diff)
downloadpodman-a81b078a588fa5f9b5b42b2ffc894d00f06980c3.tar.gz
podman-a81b078a588fa5f9b5b42b2ffc894d00f06980c3.tar.bz2
podman-a81b078a588fa5f9b5b42b2ffc894d00f06980c3.zip
Merge pull request #9554 from cevich/new_f34b_images
Cirrus: Use Fedora 34beta images
Diffstat (limited to 'contrib/cirrus/pr-should-include-tests')
-rwxr-xr-xcontrib/cirrus/pr-should-include-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/pr-should-include-tests b/contrib/cirrus/pr-should-include-tests
index e3c5d5da1..2bc06df50 100755
--- a/contrib/cirrus/pr-should-include-tests
+++ b/contrib/cirrus/pr-should-include-tests
@@ -32,6 +32,7 @@ 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 changelog.txt |
fgrep -vx go.mod |