-
Notifications
You must be signed in to change notification settings - Fork 64
chore: update generation config #3749
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
This reverts commit b2a194c.
…is/sdk-platform-java into generate-libraries-main
--baseline-generation-config-path="${baseline_generation_config}" \ | ||
--current-generation-config-path="${generation_config}") | ||
--current-generation-config-path="${generation_config}" | tee > "${changed_libraries_file}" |
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.
The tee command doesn't need ">".
--baseline-generation-config-path="${baseline_generation_config}" \ | ||
--current-generation-config-path="${generation_config}") | ||
--current-generation-config-path="${generation_config}" | tee > "${changed_libraries_file}" | ||
changed_libraries=$(cat "${changed_libraries_file}") | ||
echo "Changed libraries are: ${changed_libraries:-"No changed library"}." |
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.
I suspect this double quotations included in double quotations. Check this before submitting this.
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.
I surrounded the whole variable with double quotes now.
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.
Please fix/confirm the two points before merging this.
|
|
Empty commit messages, skip creating pull request description.
Fixes #3745