Skip to content

Fix chocolatey-test when used in stable releases #22415

New issue

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

Merged

Conversation

WojciechMazur
Copy link
Contributor

Release scripts were previously failing in test-chocolatey. These were using incorrect layout assuming that we're downloading jar from GH Actions.

if ($env:DOTTY_CI_INSTALLATION) {

would now be evaluated as empty string which for if-condition would be evaluated as false.

@WojciechMazur WojciechMazur added the backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it. label Jan 20, 2025
@WojciechMazur WojciechMazur merged commit 5adcac1 into scala:main Jan 21, 2025
29 checks passed
@WojciechMazur WojciechMazur deleted the fix/chocolatey-release-tests branch January 21, 2025 09:11
@WojciechMazur WojciechMazur removed the backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it. label Apr 7, 2025
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.

1 participant