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