diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-23 10:08:36 -0700 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-23 10:09:17 -0700 |
| commit | 9f04f7a7aae38a640f0f18f6b73e97e3102e482c (patch) | |
| tree | c2bf0feddf5a6dbe63ed8a9820cfeb5d861ef94c /.ci | |
| parent | bc90fc403e4d08c33bceb9c257cdcbd8e3e7ba58 (diff) | |
| download | ci-9f04f7a7aae38a640f0f18f6b73e97e3102e482c.tar.gz ci-9f04f7a7aae38a640f0f18f6b73e97e3102e482c.zip | |
Flex
Diffstat (limited to '.ci')
| -rw-r--r-- | .ci/ci.ts | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -93,8 +93,7 @@ const getPipeline = () => { }, }; gitHookPipeline.addStage({ parallelJobs: [publishModel, deployServer] }); - // deployWorker restarts the container running this pipeline, so it goes last and alone - gitHookPipeline.addStage({ parallelJobs: [deployWorker] }); + gitHookPipeline.addStage({ parallelJobs: [deployWorker] }); // kill ourselves last return gitHookPipeline.build(); }; |
