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
eg https://apm-ci.elastic.co/job/elastic+apm-server+master+package/17/console:
./_beats/dev-tools/jenkins_release.sh: line 21: VERSION_QUALIFIER: unbound variable
because we have set -u.
set -u
introduced in #1565.
The text was updated successfully, but these errors were encountered:
a proper fix for this is in elastic/beats#9148. We a little ways off from being able to update libbeat right now due to issues discovered in #1567
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
eg https://apm-ci.elastic.co/job/elastic+apm-server+master+package/17/console:
because we have
set -u
.introduced in #1565.
The text was updated successfully, but these errors were encountered: