analogdevicesinc / no-OS

Software drivers in C for systems without an operating system
http://analogdevicesinc.github.io/no-OS/
Other
927 stars 1.65k forks source link

build_projects.yml: change group variable for next_stable #2125

Closed AAndrisa closed 6 months ago

AAndrisa commented 6 months ago

Pull Request Description

A new group of variables was created in azure just for next_stable branch and now we point to that one.

PR Type

PR Checklist

SRaus commented 6 months ago

On line 324-25, you have: _```

AAndrisa commented 6 months ago

On line 324-25, you have: _```

  • name: branch value: $(Build.SourceBranchName)
Couldn't you use 'branch' variable instead of hardcoding it, since thre is 'next_stable' in both - No-OS and HDL ?

In this case I can, but it won't work for release branches, so if you consider the variable branch from line 25 is a better fit, I can change it.

AAndrisa commented 6 months ago

v2: updated PR description and name because the way we set the variable HDL_BRANCH was changed using a new group of variables just for next_stable branch.