]> git.r.bdr.sh - rbdr/flower/blob - .gitlab-ci.yml
Remove deployment step
[rbdr/flower] / .gitlab-ci.yml
1 image: node:8
2
3 stages:
4 - lint
5
6 before_script:
7 - npm install
8
9 lint:
10 stage: lint
11 script:
12 - npm run lint