diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index d47abe38..8638c4d0 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1 +1,18 @@ -#pipeline + +kind: pipeline +type: docker +name: pre +platform: + os: linux + arch: amd64 +steps: +- name: Node编译 + image: node + commands: + - npm install + - npm test +trigger: + branch: + - pre_gitlink_server + event: + - push