Skip to content
Snippets Groups Projects
Commit 5175c165 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille Committed by Pierre Smeyers
Browse files

fix: when enabled, build should be always run

If not explictly disabled, the Node build should be always run.
Should not apply the test policy rules (Adaptive Pipeline).

BREAKING CHANGE: restoring the expected behavior might break some projects pipeline
parent 30d162c1
No related branches found
No related tags found
No related merge requests found
...@@ -679,8 +679,8 @@ node-build: ...@@ -679,8 +679,8 @@ node-build:
expire_in: 1 day expire_in: 1 day
rules: rules:
# always if $NODE_BUILD_DISABLED not set # always if $NODE_BUILD_DISABLED not set
- if: '$NODE_BUILD_DISABLED == "true"' - if: '$NODE_BUILD_DISABLED != "true"'
when: never # else (test only): apply test-policy
- !reference [.test-policy, rules] - !reference [.test-policy, rules]
node-lint: node-lint:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment