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 image: node:10.14.2-stretch
stages: [setup, verify, deploy] stages: [setup, deploy]
install: install:
stage: setup stage: setup
cache: cache:
...@@ -8,19 +8,14 @@ install: ...@@ -8,19 +8,14 @@ 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
bundle-stable: bundle-stable:
stage: deploy stage: deploy
only: only:
- master@test/antora-ui - master@test/antora-ui
cache: &pull_cache cache: &pull_cache
policy: pull
paths:
- .cache/npm
script: script:
- *npm_install - *npm_install
- node_modules/.bin/gulp bundle - 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