Conversation
This reverts commit b2a194c.
…is/sdk-platform-java into generate-libraries-main
| python hermetic_build/common/cli/get_changed_libraries.py create \ | ||
| --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.
The tee command doesn't need ">".
| --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.
I suspect this double quotations included in double quotations. Check this before submitting this.
There was a problem hiding this comment.
I surrounded the whole variable with double quotes now.
suztomo
left a comment
There was a problem hiding this comment.
Please fix/confirm the two points before merging this.
|
|
`Empty commit messages, skip creating pull request description.` Fixes #3745 --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
`Empty commit messages, skip creating pull request description.` Fixes #3745 --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>







Empty commit messages, skip creating pull request description.Fixes #3745