ci: retire the standalone web image and build-web step (#1444)
ci/woodpecker/pr/ci Pipeline failed
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:
@@ -112,7 +112,6 @@ test('the publish pipeline gates every publish effect behind exact-commit verifi
|
||||
assert.deepEqual(effects.sort(), [
|
||||
'build-appservice',
|
||||
'build-gateway',
|
||||
'build-web',
|
||||
'publish-next-npm',
|
||||
'publish-npm',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user