diff --git a/jest.config.js b/jest.config.js index 0846a71..64332d5 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,6 +4,7 @@ module.exports = { testEnvironment: 'node', testTimeout: 30000, testPathIgnorePatterns: ['/node_modules/', '/dist/'], + modulePathIgnorePatterns: ['/dist/'], }; process.env.ROS_REGION_ID = 'cn-hangzhou'; diff --git a/src/stack/rosStack/bootstrap.ts b/src/stack/rosStack/bootstrap.ts index 3236cff..5e0ca70 100644 --- a/src/stack/rosStack/bootstrap.ts +++ b/src/stack/rosStack/bootstrap.ts @@ -14,7 +14,7 @@ const getBootstrapTemplate = async (context: Context) => { }, ROSTemplateFormatVersion: '2015-09-01', Resources: { - si_artifacts_bucket: { + si_auto_artifacts_bucket: { Type: 'ALIYUN::OSS::Bucket', Properties: { BucketName: {