Skip to content
Snippets Groups Projects
Verified Commit ba59604d authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Remove unused build step in CI pipeline

parent f16f22fe
No related branches found
No related tags found
1 merge request!41Bump dependencies, general cleanup, and upgrade to v5 of the component library
Pipeline #95898 passed
......@@ -5,7 +5,8 @@ stages:
- trigger_jenkins_build
variables:
NODE_VERSION: "22.17"
NODE_VERSION: "22.17.0-alpine"
NEXT_TELEMETRY_DISABLED: "1"
tsc_lint_and_test:
image: node:${NODE_VERSION}
......@@ -17,15 +18,6 @@ tsc_lint_and_test:
tags:
- docker-executor
build:
image: node:${NODE_VERSION}
stage: build
script:
- npm ci
- npm run build
tags:
- docker-executor
trigger_jenkins_build:
stage: trigger_jenkins_build
image: alpine:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment