summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-29 11:51:19 -0500
committerGitHub <noreply@github.com>2021-01-29 11:51:19 -0500
commitb59848a2b92b1554c55f6bd33a105c0fef158b8a (patch)
tree430b8ada9ef6c3f8275a2ef21400c440edb1271e /contrib
parent755d9b33ec9c6f0169d18c76cdf0d530bbcad31a (diff)
parent8d979e093e8a5d79f192f123dbcfc2c973d3bb21 (diff)
downloadpodman-b59848a2b92b1554c55f6bd33a105c0fef158b8a.tar.gz
podman-b59848a2b92b1554c55f6bd33a105c0fef158b8a.tar.bz2
podman-b59848a2b92b1554c55f6bd33a105c0fef158b8a.zip
Merge pull request #9143 from cevich/static_remote
Cirrus: Build static podman-remote
Diffstat (limited to 'contrib')
-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 caf27cf83..a3b4847a7 100755
--- a/contrib/cirrus/pr-should-include-tests
+++ b/contrib/cirrus/pr-should-include-tests
@@ -39,6 +39,7 @@ filtered_changes=$(git diff --name-status $base $head |
egrep -v '^contrib/' |
egrep -v '^docs/' |
egrep -v '^hack/' |
+ egrep -v '^nix/' |
egrep -v '^vendor/' |
egrep -v '^version/')
if [[ -z "$filtered_changes" ]]; then