Commit 7b1aac1f authored by hyeryung's avatar hyeryung

lint 주석처리

parent c940bc8a
Pipeline #18795 failed
...@@ -8,15 +8,15 @@ install: ...@@ -8,15 +8,15 @@ install:
script: script:
- &npm_install - &npm_install
npm install --quiet --no-progress --cache=.cache/npm npm install --quiet --no-progress --cache=.cache/npm
lint: # lint:
stage: verify # stage: verify
cache: &pull_cache # cache: &pull_cache
policy: pull # policy: pull
paths: # paths:
- .cache/npm # - .cache/npm
script: # script:
- *npm_install # - *npm_install
- node_modules/.bin/gulp lint # - node_modules/.bin/gulp lint
bundle-stable: bundle-stable:
stage: deploy stage: deploy
only: 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