Lines Matching refs:tag
43 my ($tag)=@_;
44 my @files= `git ls-tree -r --name-only $tag .github/workflows 2>/dev/null`;
51 open(G, "git show $tag:$f 2>/dev/null|");
156 my ($tag)=@_;
157 open(G, "git show $tag:.azure-pipelines.yml 2>/dev/null|");
225 my ($tag)=@_;
226 open(G, "git show $tag:appveyor.yml 2>/dev/null|");
283 my ($tag)=@_;
284 open(G, "git show $tag:.cirrus.yml 2>/dev/null|");
332 my ($tag)=@_;
333 open(G, "git show $tag:.circleci/config.yml 2>/dev/null|");
405 my ($tag)=@_;
406 open(G, "git show $tag:zuul.d/jobs.yaml 2>/dev/null|");
503 my $tag = `git rev-parse --abbrev-ref HEAD 2>/dev/null` || "master";
504 chomp $tag;
505 githubactions($tag);
506 azurepipelines($tag);
507 appveyor($tag);
508 zuul($tag);
509 cirrus($tag);
510 circle($tag);