Skip to content

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