flatcar-scripts/sdk_container
Dongsu Park b65c369d0a .github: fix version delimiter of ca-certs workflow for main
Since every tag of the nss Github repo has `_` delimiters, we need to
first use `sort -t_` for sorting, then after that we need to replace `_`
with `.` by calling tr. Without that conversion, the input ebuild file
name will be wrong.
We fixed the issue in all other maintenance branches, but not in main.
Fix that also in main.
2021-11-17 16:25:41 +01:00
..
src/third_party/coreos-overlay .github: fix version delimiter of ca-certs workflow for main 2021-11-17 16:25:41 +01:00