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