mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08: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;
|
||||
}
|
||||
|
||||
my $tag = "origin/master";
|
||||
my $tag = `git rev-parse --abbrev-ref HEAD 2>/dev/null` || "master";
|
||||
chomp $tag;
|
||||
githubactions($tag);
|
||||
azurepipelines($tag);
|
||||
appveyor($tag);
|
||||
|
Loading…
Reference in New Issue
Block a user