Skip to content
Snippets Groups Projects
Commit d077ca08 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix/activate-node-build' into 'master'

node-build should be run always

See merge request to-be-continuous/node!73
parents 30d162c1 5175c165
Branches
Tags
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