Handle absence of Z7 incrementals
This commit is contained in:
parent
4816eed0f4
commit
5d54b4d37d
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ if [ "$VERSION" ]; then
|
|||
elif [ "$NUM_VERSIONS" -gt 0 ]; then
|
||||
# TEMP: Don't include 6.0 versions
|
||||
#tail -n $NUM_VERSIONS "$INCR_PATH"
|
||||
set +e
|
||||
tail -n $NUM_VERSIONS "$INCR_PATH" | grep -v '^6\.0'
|
||||
set -e
|
||||
fi
|
||||
rm "$INCR_PATH"
|
||||
|
|
Loading…
Reference in a new issue