Commit 986454ed authored by hyeryung's avatar hyeryung

remove verify

parent add6d333
Pipeline #18801 failed
image: node:10.14.2-stretch image: node:10.14.2-stretch
stages: [setup, verify, deploy] stages: [setup, deploy]
install: install:
stage: setup stage: setup
cache: cache:
...@@ -8,15 +8,6 @@ install: ...@@ -8,15 +8,6 @@ install:
script: script:
- &npm_install - &npm_install
npm install --quiet --no-progress --cache=.cache/npm 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
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