Summernote-CodeWrapper/.gitlab-ci.yml

19 lines
228 B
YAML

image: node:latest
cache:
paths:
- node_modules/
before_script:
- npm install -g gulp
- npm install
stages:
- build_deploy
build_&_deploy_app:
stage: build_deploy
only:
- master
script:
- gulp build