Skip to content

Commit 90c4cfc

Browse files
authored
refactor: standlize ros resources id (#68)
refactor: standlize ros resources id --------- Signed-off-by: seven <zilisheng1996@gmail.com>
1 parent 09d64f3 commit 90c4cfc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
testEnvironment: 'node',
55
testTimeout: 30000,
66
testPathIgnorePatterns: ['/node_modules/', '/dist/'],
7+
modulePathIgnorePatterns: ['/dist/'],
78
};
89

910
process.env.ROS_REGION_ID = 'cn-hangzhou';

src/stack/rosStack/bootstrap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const getBootstrapTemplate = async (context: Context) => {
1414
},
1515
ROSTemplateFormatVersion: '2015-09-01',
1616
Resources: {
17-
si_artifacts_bucket: {
17+
si_auto_artifacts_bucket: {
1818
Type: 'ALIYUN::OSS::Bucket',
1919
Properties: {
2020
BucketName: {

0 commit comments

Comments
 (0)