Skip to content

Commit

Permalink
Issue 6277 - stop releasing Generic Worker simple engine binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Jun 1, 2023
1 parent 63b4aef commit e463bff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/issue-6227.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
audience: general
level: major
reference: issue 6227
---
Generic Worker Simple engine is no longer _released_. It can still be built from source, but since it was never intended to be used as a production engine, and was only intended to support development (e.g. for running unit tests or running in a simple dev deployment) the simple engine binaries are no longer released.
2 changes: 1 addition & 1 deletion infrastructure/tooling/src/build/tasks/generic-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = ({ tasks, cmdOptions, credentials, baseDir, logsDir }) => {
utils,
});

const artifacts = glob.sync('generic-worker-*', { cwd: artifactsDir });
const artifacts = glob.sync('generic-worker-multiuser-*', { cwd: artifactsDir });

return {
'generic-worker-artifacts': artifacts,
Expand Down

0 comments on commit e463bff

Please sign in to comment.