-
Notifications
You must be signed in to change notification settings - Fork 55
fix: update-release-branch workflow having Gradle URL code changes #1530
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
Conversation
|
A new generated diff is ready to view.
|
|
A new generated diff is ready to view.
|
This comment has been minimized.
This comment has been minimized.
| run: | | ||
| echo "merging main @ $main_sha into release @ $release_sha"; | ||
| # Getting rid of the changes caused by "Configure Gradle" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment could be more specific. What changes are being undone, why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending small change.
| # Getting rid of the changes caused by "Configure Gradle" | ||
| git stash | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: As noted in offline conversation, git stash -- gradle/wrapper/gradle-wrapper.properties would be a safer command here.
|
|
A new generated diff is ready to view.
|
Affected ArtifactsNo artifacts changed size |



Issue #
Description of changes
Gets rid of changes cause by configure Gradle workflow step
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.