trying to figure out, how to reduce the list of tags
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -51,6 +51,6 @@ jobs:
|
||||
echo tags: $TAGS
|
||||
COUNT=$(echo $TAGS | wc -l)
|
||||
echo count: $COUNT
|
||||
REMAIN=$(COUNT - 10)
|
||||
REMAIN=$((COUNT - 10))
|
||||
echo remaining: $REMAIN
|
||||
echo $TAGS | head -n $REMAIN
|
||||
|
||||
Reference in New Issue
Block a user