[backport-kubernetes-1.39] Remove ELASTIC_PACKAGE_REPOSITORY_LICENSE from publish pipeline - #21197
Merged
mrodm merged 1 commit intoSep 15, 2026
Conversation
mrodm
marked this pull request as ready for review
September 11, 2026 15:51
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved review issues were identified.
Pull request overview
Removes the unsupported license environment variable from the Buildkite publish pipeline.
Changes:
- Deletes
ELASTIC_PACKAGE_REPOSITORY_LICENSEfrom the global environment.
File summaries
| File | Description |
|---|---|
.buildkite/pipeline.publish.yml |
Removes the obsolete license configuration. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
teresaromero
approved these changes
Sep 15, 2026
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Removes the
ELASTIC_PACKAGE_REPOSITORY_LICENSEenvironment variable from the global env section of.buildkite/pipeline.publish.yml.This variable should not be used for two reasons:
elastic-packageused in this branch did not support theELASTIC_PACKAGE_REPOSITORY_LICENSEflag.licenses/folder in this branch, so the referenced path (licenses/Elastic-2.0.txt) does not exist and would cause unexpected behavior if relied upon.Author's Checklist
How to test this PR locally
No local testing required — the change only affects the Buildkite publish pipeline configuration. Verify by inspecting
.buildkite/pipeline.publish.ymland confirming the variable is absent.Related issues
Proposed commit
```
Remove ELASTIC_PACKAGE_REPOSITORY_LICENSE from publish pipeline
The version of elastic-package used in this branch did not support
ELASTIC_PACKAGE_REPOSITORY_LICENSE, and there is no licenses/ folder
in this branch, so the referenced path would not exist. Remove the
variable from the global env section of .buildkite/pipeline.publish.yml.
Relates: #19262
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
```