diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-07 18:49:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 18:49:23 +0200 |
commit | fbae579a31b580f45c25c2dcae87fc8a51e33009 (patch) | |
tree | a0554426809f11c6005a7550dc081f032d4c5b97 /contrib | |
parent | c9646b51260da48f1008af1bc87107ed89ca8c64 (diff) | |
parent | 0d1ba0a58fdb15af7ee3f3650f633156575d296d (diff) | |
download | podman-fbae579a31b580f45c25c2dcae87fc8a51e33009.tar.gz podman-fbae579a31b580f45c25c2dcae87fc8a51e33009.tar.bz2 podman-fbae579a31b580f45c25c2dcae87fc8a51e33009.zip |
Merge pull request #11467 from jesperpedersen/changelog
Remove changelog.txt from the repository
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cirrus/pr-should-include-tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cirrus/pr-should-include-tests b/contrib/cirrus/pr-should-include-tests index 0124e238e..09ab002cf 100755 --- a/contrib/cirrus/pr-should-include-tests +++ b/contrib/cirrus/pr-should-include-tests @@ -35,7 +35,6 @@ filtered_changes=$(git diff --name-status $base $head | fgrep -vx .cirrus.yml | fgrep -vx .gitignore | fgrep -vx Makefile | - fgrep -vx changelog.txt | fgrep -vx go.mod | fgrep -vx go.sum | egrep -v '^[^/]+\.md$' | |