Match-id-9c31e24a5544b16a0f370ecc53aeda94d4df9de4
This commit is contained in:
parent
3a21d26522
commit
54369ce2e0
|
@ -0,0 +1,2 @@
|
||||||
|
yarn
|
||||||
|
yarn run test
|
|
@ -0,0 +1,33 @@
|
||||||
|
version: '2.0'
|
||||||
|
notifications:
|
||||||
|
notifier:
|
||||||
|
espace:
|
||||||
|
'on': false
|
||||||
|
email:
|
||||||
|
'on': false
|
||||||
|
buildspace:
|
||||||
|
log_collect:
|
||||||
|
- config/CI/build/logs
|
||||||
|
fixed: true
|
||||||
|
env:
|
||||||
|
resource:
|
||||||
|
type: docker
|
||||||
|
image: kweecr04.his.huawei.com:80/ecr-build-arm-gzkunpeng/euleros_v2r7spc522_x64_opmt_cs5.0_sz:v5.0
|
||||||
|
class: 4U8G
|
||||||
|
mode: toolbox
|
||||||
|
cache:
|
||||||
|
- type: workspace
|
||||||
|
steps:
|
||||||
|
PRE_BUILD:
|
||||||
|
- checkout
|
||||||
|
- gitlab:
|
||||||
|
url: https://szv-y.codehub.huawei.com/CloudSOP/CloudSOP-CI.git
|
||||||
|
branch: $branch
|
||||||
|
path: CI
|
||||||
|
BUILD:
|
||||||
|
- build_execute:
|
||||||
|
command: |
|
||||||
|
npm install yarn -g
|
||||||
|
yarn config set strict-ssl false
|
||||||
|
yarn
|
||||||
|
yarn run test
|
|
@ -0,0 +1,30 @@
|
||||||
|
version: '2.0'
|
||||||
|
notifications:
|
||||||
|
notifier:
|
||||||
|
espace:
|
||||||
|
'on': false
|
||||||
|
email:
|
||||||
|
'on': false
|
||||||
|
buildspace:
|
||||||
|
log_collect:
|
||||||
|
- config/CI/build/logs
|
||||||
|
fixed: true
|
||||||
|
env:
|
||||||
|
resource:
|
||||||
|
type: docker
|
||||||
|
image: kweecr04.his.huawei.com:80/ecr-build-arm-gzkunpeng/euleros_v2r7spc522_x64_opmt_cs5.0_sz:v5.0
|
||||||
|
class: 4U8G
|
||||||
|
mode: toolbox
|
||||||
|
cache:
|
||||||
|
- type: workspace
|
||||||
|
steps:
|
||||||
|
PRE_BUILD:
|
||||||
|
- checkout
|
||||||
|
- gitlab:
|
||||||
|
url: https://szv-y.codehub.huawei.com/CloudSOP/CloudSOP-CI.git
|
||||||
|
branch: $branch
|
||||||
|
path: CI
|
||||||
|
BUILD:
|
||||||
|
- build_execute:
|
||||||
|
command: |
|
||||||
|
git tag $releaseVersion
|
|
@ -1,5 +0,0 @@
|
||||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
||||||
|
|
||||||
exports[`Dom Textarea should not incur unnecessary DOM mutations 1`] = `<textarea />`;
|
|
||||||
|
|
||||||
exports[`Dom Textarea should not incur unnecessary DOM mutations 2`] = `<textarea />`;
|
|
Loading…
Reference in New Issue