forked from CRM_Production/JTT_CrM
commit
06c1f14595
@ -1,13 +1,15 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: JTT_CRM_Pipeline
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: start
|
- name: build
|
||||||
image: node
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- cd src/
|
||||||
- find -name "*.js"| grep -v "node_modules" | xargs node -c
|
- npm run build
|
Loading…
Reference in new issue