Loading templates/gitlab-ci-node.yml +1 −1 Original line number Diff line number Diff line Loading @@ -619,7 +619,7 @@ node-lint: stage: build script: # generate lint report for sonar - sonar_lint_report - sonar_lint_report || true # display lint result for console - $NODE_MANAGER $NODE_LINT_ARGS artifacts: Loading Loading
templates/gitlab-ci-node.yml +1 −1 Original line number Diff line number Diff line Loading @@ -619,7 +619,7 @@ node-lint: stage: build script: # generate lint report for sonar - sonar_lint_report - sonar_lint_report || true # display lint result for console - $NODE_MANAGER $NODE_LINT_ARGS artifacts: Loading