We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d64f3 commit 90c4cfcCopy full SHA for 90c4cfc
jest.config.js
@@ -4,6 +4,7 @@ module.exports = {
4
testEnvironment: 'node',
5
testTimeout: 30000,
6
testPathIgnorePatterns: ['/node_modules/', '/dist/'],
7
+ modulePathIgnorePatterns: ['/dist/'],
8
};
9
10
process.env.ROS_REGION_ID = 'cn-hangzhou';
src/stack/rosStack/bootstrap.ts
@@ -14,7 +14,7 @@ const getBootstrapTemplate = async (context: Context) => {
14
},
15
ROSTemplateFormatVersion: '2015-09-01',
16
Resources: {
17
- si_artifacts_bucket: {
+ si_auto_artifacts_bucket: {
18
Type: 'ALIYUN::OSS::Bucket',
19
Properties: {
20
BucketName: {
0 commit comments