ChengyuZhu6
e23737a103
gha: refactor code with yq for better clarity
refactor code with yq for better clarity:
Before:
```bash
yq write -i "${tools_dir}/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml"
'spec.template.spec.containers[0].env[7].value' "${KATA_HYPERVISOR}:${SNAPSHOTTER}"
```
After:
```bash
yq write -i \
"${tools_dir}/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml" \
'spec.template.spec.containers[0].env[7].value' \
"${KATA_HYPERVISOR}:${SNAPSHOTTER}"
```
Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
2024-03-19 18:06:00 +01:00
..
2024-02-15 12:26:35 +01:00
2023-12-05 22:20:33 +01:00
2024-03-19 18:06:00 +01:00
2024-03-07 11:20:36 +00:00
2024-03-19 18:06:00 +01:00
2024-02-08 13:25:41 +00:00
2024-02-21 18:08:07 +00:00
2024-03-19 18:06:00 +01:00
2024-02-21 18:08:07 +00:00
2024-02-21 18:08:08 +00:00
2024-02-21 18:08:07 +00:00
2024-02-21 18:08:07 +00:00
2024-02-21 18:08:07 +00:00
2024-02-21 18:08:07 +00:00
2023-11-29 18:05:15 +00:00
2024-03-08 17:48:20 +00:00
2024-02-21 18:08:07 +00:00
2024-03-19 18:06:00 +01:00
2024-01-26 06:04:39 +01:00
2024-02-21 18:08:07 +00:00
2024-02-21 18:08:07 +00:00
2024-02-21 18:08:08 +00:00
2023-11-28 11:21:54 -03:00
2024-02-21 18:08:08 +00:00
2024-02-21 18:08:08 +00:00
2024-02-21 18:08:08 +00:00
2024-02-21 18:08:08 +00:00
2024-03-07 05:57:30 +00:00
2024-03-12 22:34:46 +00:00
2024-03-07 05:57:30 +00:00
2024-03-07 05:57:30 +00:00
2024-02-29 17:00:31 +01:00
2024-03-07 05:57:30 +00:00
2024-03-07 05:57:30 +00:00
2024-03-19 18:06:00 +01:00
2024-03-19 18:06:00 +01:00
2024-03-19 18:06:00 +01:00
2024-02-21 18:08:08 +00:00