mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Fix verify-license cleanup
This commit is contained in:
parent
2d534e4bea
commit
b774c1fb1b
@ -135,10 +135,6 @@ done < "${KUBE_TEMP}"/licenses.csv
|
|||||||
awk '{ printf "%-100s : %-20s : %s\n", $1, $2, $3 }' "${KUBE_TEMP}"/approved_licenses.dump
|
awk '{ printf "%-100s : %-20s : %s\n", $1, $2, $3 }' "${KUBE_TEMP}"/approved_licenses.dump
|
||||||
|
|
||||||
|
|
||||||
# cleanup
|
|
||||||
git remote remove licenses
|
|
||||||
|
|
||||||
|
|
||||||
if [[ ${#packages_url_missing[@]} -gt 0 ]]; then
|
if [[ ${#packages_url_missing[@]} -gt 0 ]]; then
|
||||||
echo -e '\n[ERROR] The following go-packages in the project have unknown or unreachable license URL:'
|
echo -e '\n[ERROR] The following go-packages in the project have unknown or unreachable license URL:'
|
||||||
awk '{ printf "%-100s : %-20s : %s\n", $1, $2, $3 }' "${KUBE_TEMP}"/approved_licenses_with_missing_urls.dump
|
awk '{ printf "%-100s : %-20s : %s\n", $1, $2, $3 }' "${KUBE_TEMP}"/approved_licenses_with_missing_urls.dump
|
||||||
|
Loading…
Reference in New Issue
Block a user