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 732a500 commit 4e92309Copy full SHA for 4e92309
vinca/generate_azure.py
@@ -424,7 +424,7 @@ def main():
424
pkg_jobname = '_'.join([normalize_name(pkg) for pkg in batch])
425
stage["jobs"].append(
426
{
427
- "job": pkg_jobname,
+ "job": f"stage_{i}_job_{len(stage['jobs'])}",
428
"steps": [
429
430
"script": azure_osx_script,
@@ -466,7 +466,7 @@ def main():
466
467
468
469
470
471
472
"script": azure_osx_arm64_script,
0 commit comments