refactor: test ubuntu image in build stage

This commit is contained in:
Rainer Killinger
2025-06-25 12:56:48 +02:00
parent 2bbb127efd
commit a3af1677d2
17 changed files with 339 additions and 212 deletions

View File

@@ -56,6 +56,16 @@ stages:
- audit
- publish
build ubuntu:
image: registry.gitlab.com/openstapps/openstapps/app-builder:node-22
stage: build
script:
- pnpm install
- pnpm build:full $TURBO_CACHE_BYPASS
cache: []
rules:
- !reference [.limit_pipelines, rules]
build:
stage: build
script: