Skip to content

Commit

Permalink
Merge pull request #421 from chef/update_release_branch
Browse files Browse the repository at this point in the history
Include workstation-LTS branch to the release branches.
  • Loading branch information
ashiqueps authored Dec 9, 2024
2 parents 11d5fc5 + 09a1c2b commit 444aa32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ slack:
rubygems:
- chef-vault

release_branches:
- workstation-LTS:
version_constraint: 4.*
- main:
version_constraint: 4.*

github:
# This deletes the GitHub PR branch after successfully merged into the release branch
delete_branch_on_merge: true
Expand Down
2 changes: 1 addition & 1 deletion .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
host_os: windows
shell: ["powershell", "-Command"]
image: rubydistros/windows-2019:3.1
user: 'NT AUTHORITY\SYSTEM'
# user: 'NT AUTHORITY\SYSTEM'
environment:
- FORCE_FFI_YAJL=ext
- EXPIRE_CACHE=true
Expand Down

0 comments on commit 444aa32

Please sign in to comment.