Commit 44825685 authored by hyeryung's avatar hyeryung

remove lint

parent b02e5db0
Pipeline #18805 passed with stages
in 2 minutes and 16 seconds
image: node:10.14.2-stretch
stages: [setup, deploy]
stages: [setup, verify, deploy]
install:
stage: setup
cache:
......@@ -8,6 +8,14 @@ install:
script:
- &npm_install
npm install --quiet --no-progress --cache=.cache/npm
lint:
stage: verify
cache: &pull_cache
policy: pull
paths:
- .cache/npm
script:
- *npm_install
bundle-stable:
stage: deploy
only:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment