Skip to content
Snippets Groups Projects
Verified Commit 72aa60b4 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-7856 remove log from pipeline

parent 0bed98f2
No related branches found
No related tags found
1 merge request!162OZG-7856 Fix file icon issues
...@@ -33,7 +33,6 @@ alfa build: ...@@ -33,7 +33,6 @@ alfa build:
stage: build stage: build
image: node:20.18.1 image: node:20.18.1
script: script:
- node -e "console.log(Math.round(require('v8').getHeapStatistics().heap_size_limit / (1024 * 1024)) + ' MB')"
- pnpm run ci-build - pnpm run ci-build
rules: rules:
- if: '$CI_COMMIT_BRANCH != "main"' - if: '$CI_COMMIT_BRANCH != "main"'
...@@ -42,7 +41,6 @@ alfa test: ...@@ -42,7 +41,6 @@ alfa test:
stage: test stage: test
image: node:20.18.1 image: node:20.18.1
script: script:
- node -e "console.log(Math.round(require('v8').getHeapStatistics().heap_size_limit / (1024 * 1024)) + ' MB')"
- pnpm run ci-affected-test - pnpm run ci-affected-test
rules: rules:
- if: '$CI_COMMIT_BRANCH != "main"' - if: '$CI_COMMIT_BRANCH != "main"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment