diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-04-12 12:16:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 12:16:44 -0700 |
commit | 6933d4611a94097681a1d8435290d9bb1c59f1f4 (patch) | |
tree | 34333507f5c964c36ac3ae34ed8fff225fe5ef94 /contrib/cirrus/pr-should-include-tests | |
parent | ddffc7fa803fa22033459fd5666679179c3581bc (diff) | |
parent | b6b0b6e8bd0f8c75fe9411f722a43f9305c6137a (diff) | |
download | podman-6933d4611a94097681a1d8435290d9bb1c59f1f4.tar.gz podman-6933d4611a94097681a1d8435290d9bb1c59f1f4.tar.bz2 podman-6933d4611a94097681a1d8435290d9bb1c59f1f4.zip |
Merge pull request #9381 from cevich/add_make_release
Reorganize and overhaul Makefile & release archive workflows
Diffstat (limited to 'contrib/cirrus/pr-should-include-tests')
-rwxr-xr-x | contrib/cirrus/pr-should-include-tests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/cirrus/pr-should-include-tests b/contrib/cirrus/pr-should-include-tests index 2bc06df50..9ccac17a3 100755 --- a/contrib/cirrus/pr-should-include-tests +++ b/contrib/cirrus/pr-should-include-tests @@ -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 | |