mirror of
https://github.com/curl/curl.git
synced 2025-09-17 17:42:49 +03:00
scripts/cijobs.pl: try "current branch" first then "master"
This commit is contained in:
parent
2e2767a378
commit
0107967387
|
@ -495,7 +495,8 @@ sub zuul {
|
||||||
return $c;
|
return $c;
|
||||||
}
|
}
|
||||||
|
|
||||||
my $tag = "origin/master";
|
my $tag = `git rev-parse --abbrev-ref HEAD 2>/dev/null` || "master";
|
||||||
|
chomp $tag;
|
||||||
githubactions($tag);
|
githubactions($tag);
|
||||||
azurepipelines($tag);
|
azurepipelines($tag);
|
||||||
appveyor($tag);
|
appveyor($tag);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user