Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
xxq250 2022-05-31 18:15:00 +08:00
parent fa4425494a
commit 57ff417884
1 changed files with 18 additions and 1 deletions

View File

@ -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