Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dockerfiles/cd/utils/release): pretty output for offline packag…
…e steps (#352) ### **User description** Signed-off-by: wuhuizuo <wuhuizuo@126.com> ___ ### **PR Type** enhancement, bug fix ___ ### **Description** - Removed `profile` attribute from enterprise server package definitions in `packages/offline-packages.yaml.tmpl`. - Added `-oy` flag to `yq` command for pretty output in `fetch_file_from_oci_artifact` function in `packages/scripts/build-package-artifacts.sh.tmpl`. - Added `-oy` flag to `yq` command for pretty output in `fetch_file_from_oci_artifact` and `check_file_in_oci_artifact` functions in `packages/scripts/compose-offline-packages-artifacts.sh.tmpl`. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>offline-packages.yaml.tmpl</strong><dd><code>Remove profile attribute from enterprise server packages</code> </dd></summary> <hr> packages/offline-packages.yaml.tmpl <li>Removed <code>profile</code> attribute from enterprise server package definitions.<br> </details> </td> <td><a href="https://github.com/PingCAP-QE/artifacts/pull/352/files#diff-2137803228fa3604db13ae34662a3b6cbea45ebd2fdbe05bcff3702086de937a">+0/-2</a> </td> </tr> <tr> <td> <details> <summary><strong>build-package-artifacts.sh.tmpl</strong><dd><code>Add pretty output flag to yq command in build script</code> </dd></summary> <hr> packages/scripts/build-package-artifacts.sh.tmpl <li>Added <code>-oy</code> flag to <code>yq</code> command for pretty output in <br><code>fetch_file_from_oci_artifact</code> function.<br> </details> </td> <td><a href="https://github.com/PingCAP-QE/artifacts/pull/352/files#diff-cf20d974cb7ce33eabaed78af58fdae85cf219622fa1ab50b3fb5e9eedc8240e">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>compose-offline-packages-artifacts.sh.tmpl</strong><dd><code>Add pretty output flag to yq command in compose script</code> </dd></summary> <hr> packages/scripts/compose-offline-packages-artifacts.sh.tmpl <li>Added <code>-oy</code> flag to <code>yq</code> command for pretty output in <br><code>fetch_file_from_oci_artifact</code> and <code>check_file_in_oci_artifact</code> functions.<br> <br> </details> </td> <td><a href="https://github.com/PingCAP-QE/artifacts/pull/352/files#diff-736f82b81ae1efe77472277e7b3332c40bc8e35010cdcdd35415514a157ba55a">+2/-2</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions --------- Signed-off-by: wuhuizuo <wuhuizuo@126.com>
- Loading branch information