diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 1d2c98a..e5b8b05 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -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 diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 53fa4a1..5dfa7a4 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -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