ci: publish-npm is now required — server accepts large npm tarballs

de802819c3b461737f2280d54ce32af9379eb10b

permissionBRICK <christoph.ambrosch@live.at>

1 files changed, +1 -4Ignore whitespace
.gitlab-ci.yml+1 -4
@@ -29,12 +29,9 @@ build-image:
29# registry on pushes to release, but only when package.json's version isn't29# registry on pushes to release, but only when package.json's version isn't
30# published yet. Authenticates with CI_JOB_TOKEN (accepted by the package30# published yet. Authenticates with CI_JOB_TOKEN (accepted by the package
31# registry since gitgudlab 218062e — own project only, pusher needs Push);31# registry since gitgudlab 218062e — own project only, pusher needs Push);
32# an NPM_TOKEN project CI variable overrides it. allow_failure until the32# an NPM_TOKEN project CI variable overrides it.
33# patched gitgudlab server is deployed — flip to false after the next
34# forge deploy.
35publish-npm:33publish-npm:
36 stage: publish34 stage: publish
37 allow_failure: true
38 only:35 only:
39 - release36 - release
40 image: node:2437 image: node:24