Match-id-c782df980c94d3ed8b3a0aac9a92025041f7e910

This commit is contained in:
* 2022-11-08 15:14:43 +08:00 committed by *
parent 1efe5ee67e
commit d6b76fbdab
1 changed files with 5 additions and 3 deletions

View File

@ -27,9 +27,6 @@ steps:
path: CI path: CI
BUILD: BUILD:
- build_execute: - build_execute:
enhance:
- feature: md5_source_tracement
build_tools: [npm]
command: | command: |
npm install yarn -g npm install yarn -g
yarn config set strict-ssl false yarn config set strict-ssl false
@ -38,3 +35,8 @@ steps:
yarn run test yarn run test
yarn run build yarn run build
node .cloudbuild/release.js node .cloudbuild/release.js
enhance:
- feature: md5_source_tracement
build_tools: [npm]
check:
auto: true