Match-id-c782df980c94d3ed8b3a0aac9a92025041f7e910
This commit is contained in:
parent
1efe5ee67e
commit
d6b76fbdab
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue