Skip to content

Commit 5f9a3cc

Browse files
Rename pipeline for OSX and Linux platforms
1 parent 2c6fcb6 commit 5f9a3cc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

vinca/generate_gha.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def build_osx_pipeline(
327327
azure_template=None,
328328
script=azure_unix_script,
329329
target="osx-64",
330-
pipeline_name="build_osx_64",
330+
pipeline_name="build_osx64",
331331
):
332332
build_unix_pipeline(
333333
stages,
@@ -549,7 +549,12 @@ def main():
549549
fo.write("\n".join(order))
550550

551551
if args.platform == "linux-64":
552-
build_unix_pipeline(stages, args.trigger_branch, outfile="linux.yml")
552+
build_unix_pipeline(
553+
stages,
554+
args.trigger_branch,
555+
outfile="linux64.yml",
556+
pipeline_name="build_linux64"
557+
)
553558

554559
if args.platform == "osx-64":
555560
build_osx_pipeline(

0 commit comments

Comments
 (0)