ci: retire the standalone web image and build-web step (#1444)
ci/woodpecker/pr/ci Pipeline failed

The gateway image now carries the SPA bundle, so web.Dockerfile,
scripts/build-web.mjs (+ test), and the publish build-web step go away.
The two CI-structure tests drop build-web from their expected-effects
lists. .env.example replaces the Next block with WEB_DIST_DIR docs.
This commit is contained in:
fred
2026-08-27 07:32:38 -05:00
parent 385b2b6886
commit c5a45784ac
7 changed files with 6 additions and 368 deletions
-1
View File
@@ -199,7 +199,6 @@ test('the real publish pipeline: a failed verify provably blocks every publish e
assert.deepEqual(effects.sort(), [
'build-appservice',
'build-gateway',
'build-web',
'publish-next-npm',
'publish-npm',
]);