We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6fcb6 commit 5f9a3ccCopy full SHA for 5f9a3cc
vinca/generate_gha.py
@@ -327,7 +327,7 @@ def build_osx_pipeline(
327
azure_template=None,
328
script=azure_unix_script,
329
target="osx-64",
330
- pipeline_name="build_osx_64",
+ pipeline_name="build_osx64",
331
):
332
build_unix_pipeline(
333
stages,
@@ -549,7 +549,12 @@ def main():
549
fo.write("\n".join(order))
550
551
if args.platform == "linux-64":
552
- build_unix_pipeline(stages, args.trigger_branch, outfile="linux.yml")
+ build_unix_pipeline(
553
+ stages,
554
+ args.trigger_branch,
555
+ outfile="linux64.yml",
556
+ pipeline_name="build_linux64"
557
+ )
558
559
if args.platform == "osx-64":
560
build_osx_pipeline(
0 commit comments