mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-23 18:12:43 +00:00
refactor: test ubuntu image in build stage
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user