We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We get following error in our pipeline:
/var/lib/buildkite-agent/plugins/github-com-tendnz-git-tag-buildkite-plugin-v1-0-7/hooks/post-command: line 43: BUILDKITE_PLUGIN_GIT_TAG_REPONAME: unbound variable
It seems like that the BUILDKITE_PLUGIN_GIT_TAG_REPONAME in
BUILDKITE_PLUGIN_GIT_TAG_REPONAME
git-tag-buildkite-plugin/hooks/post-command
Line 48 in a13d625
Did we miss some configuration step, or does the plugin has an error?
The text was updated successfully, but these errors were encountered:
This should fix it: ailohq@222ff11 .
BUILDKITE_PLUGIN_GIT_TAG_REPONAME can be inferred from BUILDKITE_REPO which already contains the URL to the github repository.
BUILDKITE_REPO
Sorry, something went wrong.
No branches or pull requests
We get following error in our pipeline:
It seems like that the
BUILDKITE_PLUGIN_GIT_TAG_REPONAME
ingit-tag-buildkite-plugin/hooks/post-command
Line 48 in a13d625
Did we miss some configuration step, or does the plugin has an error?
The text was updated successfully, but these errors were encountered: