blob: 36b15f96ccbf9fad3ba2836134918a21055d4d12 [file] [log] [blame]
image: node:10.20.1-stretch
stages: [setup, verify, deploy]
install:
stage: setup
cache:
paths:
- .cache/npm
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
bundle-stable:
stage: deploy
only:
- master@djencks/aries-antora-ui
cache: *pull_cache
script:
- *npm_install
- node_modules/.bin/gulp bundle
- yarn pack
artifacts:
paths:
- aries-antora-aries-antora-ui-v*.tgz
- build/aries-antora-ui-ui-bundle.zip