Skip to content
Snippets Groups Projects
Commit 8818b0e8 authored by Jakub Lachór's avatar Jakub Lachór
Browse files

Remove lint

parent 41c62e02
No related branches found
No related tags found
No related merge requests found
Pipeline #119164 failed
......@@ -18,12 +18,6 @@ default:
tags:
- public-runner-docker
lint:
stage: .pre
extends: .npm_based_job_base
script:
- npm run lint-ci
build:
stage: build
......@@ -32,8 +26,6 @@ build:
DIST_DIR: "$CI_PROJECT_DIR/dist"
NPM_PACKAGE_SCOPE: "@hiveio"
NPM_PACKAGE_NAME: "healthchecker-component"
needs:
- job: lint
deploy_healthchecker_dev_package:
extends: .npm_deploy_package_template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment