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