diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-29 08:10:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 08:10:36 -0400 |
commit | 9c4b7f9772e53dc7c9aa1438006b6fc32ba31817 (patch) | |
tree | 39b62cc6e83099b9ba8c3ccf9ffcc9dae7093a8e /Makefile | |
parent | 0f42cce2f2b47cf04af28e468918dbabb4630679 (diff) | |
parent | ec9dad7e4f1547bb46c46c36bf5eb56ef5b09bb0 (diff) | |
download | podman-9c4b7f9772e53dc7c9aa1438006b6fc32ba31817.tar.gz podman-9c4b7f9772e53dc7c9aa1438006b6fc32ba31817.tar.bz2 podman-9c4b7f9772e53dc7c9aa1438006b6fc32ba31817.zip |
Merge pull request #9887 from edsantiago/test_buildah_bud_with_remote
buildah bud tests under podman-remote
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ endif .PHONY: .gitvalidation .gitvalidation: .gopathok @echo "Validating vs commit '$(call err_if_empty,EPOCH_TEST_COMMIT)'" - GIT_CHECK_EXCLUDE="./vendor:docs/make.bat" $(GOBIN)/git-validation -run DCO,short-subject,dangling-whitespace -range $(EPOCH_TEST_COMMIT)..$(HEAD) + GIT_CHECK_EXCLUDE="./vendor:docs/make.bat:test/buildah-bud/buildah-tests.diff" $(GOBIN)/git-validation -run DCO,short-subject,dangling-whitespace -range $(EPOCH_TEST_COMMIT)..$(HEAD) .PHONY: lint lint: golangci-lint |