mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:13:38 +03:00
scripts: Fix Appveyor job detection in cijobs.pl
The reorganization in #9769 broke the script. This should probably be rewritten to use a YAML parser for better upward compatibility.
This commit is contained in:
parent
54189d8b81
commit
8dceb7bfcd
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ sub appveyor {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$job{'line'} = $line;
|
$job{'line'} = $line;
|
||||||
if($_ =~ /^ - APPVEYOR_BUILD_WORKER_IMAGE: \"(.*)\"/) {
|
if($_ =~ /^ APPVEYOR_BUILD_WORKER_IMAGE: \"(.*)\"/) {
|
||||||
$job{'image'}= $1;
|
$job{'image'}= $1;
|
||||||
}
|
}
|
||||||
elsif($_ =~ /^ BUILD_SYSTEM: (.*)/) {
|
elsif($_ =~ /^ BUILD_SYSTEM: (.*)/) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue