Commit e4e97920 authored by hyeryung's avatar hyeryung

remove verify

parent 44825685
Pipeline #18808 passed with stage
in 59 seconds
image: node:10.14.2-stretch
stages: [setup, verify, deploy]
stages: [setup, deploy]
install:
stage: setup
cache:
......@@ -8,19 +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:
- master@test/antora-ui
cache: &pull_cache
cache: &pull_cache
policy: pull
paths:
- .cache/npm
script:
- *npm_install
- node_modules/.bin/gulp bundle
......
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