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

This commit is contained in:
xxq250 2022-08-03 16:36:51 +08:00
parent e31c4c5df6
commit 908bebadf6
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ platform:
os: linux
arch: amd64
steps:
- name: 编译构建
image: python
commands:
- pip install -r requirements.txt
- name: Node编译
image: node
commands: