mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +00:00
add comment
This commit is contained in:
@@ -17,6 +17,7 @@ function filter_components_by_version {
|
|||||||
|
|
||||||
for item in ${toolsArr[@]}
|
for item in ${toolsArr[@]}
|
||||||
do
|
do
|
||||||
|
# take the last argument after spliting string by ';'' and '-''
|
||||||
version=$(echo "${item##*[-;]}")
|
version=$(echo "${item##*[-;]}")
|
||||||
if verlte $minimumVersion $version
|
if verlte $minimumVersion $version
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user