Merge pull request #47405 from vvoland/validate-vendor-nopager

validate/vendor: Disable pager for git diff
This commit is contained in:
Sebastiaan van Stijn 2024-02-21 17:16:11 +01:00 committed by GitHub
commit cba87125b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -14,6 +14,8 @@ on:
env:
GO_VERSION: "1.21.7"
GIT_PAGER: "cat"
PAGER: "cat"
jobs:
validate-dco:

View file

@ -16,6 +16,9 @@ export VALIDATE_REPO
export VALIDATE_BRANCH
export VALIDATE_ORIGIN_BRANCH
export PAGER
export GIT_PAGER
# env vars passed through directly to Docker's build scripts
# to allow things like `make KEEPBUNDLE=1 binary` easily
# `project/PACKAGERS.md` have some limited documentation of some of these
@ -77,6 +80,8 @@ DOCKER_ENVS := \
-e DEFAULT_PRODUCT_LICENSE \
-e PRODUCT \
-e PACKAGER_NAME \
-e PAGER \
-e GIT_PAGER \
-e OTEL_EXPORTER_OTLP_ENDPOINT \
-e OTEL_EXPORTER_OTLP_PROTOCOL \
-e OTEL_SERVICE_NAME