♻️ 迁移 docker compose 并修复 runner 升级版本识别
Ubuntu System Information / show-system-info (push) Successful in 1s
Ubuntu System Information / show-system-info (push) Successful in 1s
This commit is contained in:
@@ -29,7 +29,7 @@ fail() {
|
||||
}
|
||||
|
||||
extract_version_number() {
|
||||
sed -nE 's/.*version[[:space:]]+([0-9]+\.[0-9]+\.[0-9]+).*/\1/p' | head -n 1
|
||||
sed -nE 's/.*version[[:space:]]+v?([0-9]+\.[0-9]+\.[0-9]+).*/\1/p' | head -n 1
|
||||
}
|
||||
|
||||
extract_versions_from_listing() {
|
||||
|
||||
Reference in New Issue
Block a user