Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only look for env vars that *start* with BUILDKITE #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glittershark
Copy link

to:
cc: @zegocover/git-diff-conditional-buildkite-plugin-maintainers
related to:
resolves: #21

Rather than filtering env vars to pass to buildkite-pyyaml by those that
contain the string BUILDKITE, filter to variables that start with
BUILDKITE, using the -0 flag to env and the -z flag to grep to delimit
the variables by null characters rather than newlines so we don't also
grab lines inside multi-line env vars (such as the commit message)

Rather than filtering env vars to pass to buildkite-pyyaml by those that
*contain* the string BUILDKITE, filter to variables that *start* with
BUILDKITE, using the -0 flag to env and the -z flag to grep to delimit
the variables by null characters rather than newlines so we don't also
grab lines inside multi-line env vars (such as the commit message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Commit messages containing the string "BUILDKITE" cause the command hook to fail
1 participant