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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -679,8 +679,8 @@ node-build:
    expire_in: 1 day
  rules:
    # always if $NODE_BUILD_DISABLED not set
    - if: '$NODE_BUILD_DISABLED == "true"'
      when: never
    - if: '$NODE_BUILD_DISABLED != "true"'
    # else (test only): apply test-policy
    - !reference [.test-policy, rules]

node-lint: