mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
ci-automation/garbage_collect: remove spurious line number
This commit is contained in:
parent
cfc007be17
commit
b780fd4b19
@ -60,7 +60,7 @@ function garbage_collect() {
|
|||||||
echo "(NOTE this is just a dry run since DRY_RUN=y)"
|
echo "(NOTE this is just a dry run since DRY_RUN=y)"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
echo "${purge_versions}" | awk -v keep="${keep}" '{printf "%5d %s\n", NR + keep - 1, $0}'
|
echo "${purge_versions}" | awk -v keep="${keep}" '{if ($0 == "") next; printf "%5d %s\n", NR + keep - 1, $0}'
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user