Skip to content

fix: move env under deploy step from under integration tests#5129

Merged
ewaostrowska merged 1 commit intomasterfrom
fix-maven-workflow
Apr 13, 2026
Merged

fix: move env under deploy step from under integration tests#5129
ewaostrowska merged 1 commit intomasterfrom
fix-maven-workflow

Conversation

@ewaostrowska
Copy link
Copy Markdown
Contributor

In the #5119 a new "Verify BOM integration test" step was inserted immediately before the env: block. In YAML env: is scoped to the step it's nested under so it silently migrated from the deploy step to the new BOM step. ./mvnw clean deploy then ran without MAVEN_USERNAME/MAVEN_PASSWORD, causing the 401.

This should be fixed with this PR.

@ewaostrowska ewaostrowska merged commit 780b156 into master Apr 13, 2026
7 checks passed
@ewaostrowska ewaostrowska deleted the fix-maven-workflow branch April 13, 2026 12:49
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.

2 participants