Commit 7b1aac1f authored by hyeryung's avatar hyeryung

lint 주석처리

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