Skip to content

fix the ci stuck issue#8170

Merged
MaryGao merged 3 commits intomainfrom
fix-js-ci-stuck-issue
Apr 30, 2024
Merged

fix the ci stuck issue#8170
MaryGao merged 3 commits intomainfrom
fix-js-ci-stuck-issue

Conversation

@MaryGao
Copy link
Copy Markdown
Member

@MaryGao MaryGao commented Apr 30, 2024

fixes #7631

@MaryGao MaryGao requested a review from qiaozha as a code owner April 30, 2024 02:58
@MaryGao
Copy link
Copy Markdown
Member Author

MaryGao commented Apr 30, 2024

/check-enforcer override

@MaryGao MaryGao requested a review from raych1 April 30, 2024 02:58
const typespecProject = isTypeSpecProject ? typeof typespecProjectFolder === 'string' ? typespecProjectFolder : typespecProjectFolder![0] : undefined;
const isMgmt = isTypeSpecProject ? false : readmeMd!.includes('resource-manager');
const runningEnvironment = typeof readmeFiles === 'string' || typeof typespecProjectFolder === 'string' ? RunningEnvironment.SdkGeneration : RunningEnvironment.SwaggerSdkAutomation;
try {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the main change is to add a try/finally block for this.

@MaryGao
Copy link
Copy Markdown
Member Author

MaryGao commented Apr 30, 2024

/check-enforcer override

@MaryGao MaryGao merged commit a236266 into main Apr 30, 2024
@MaryGao MaryGao deleted the fix-js-ci-stuck-issue branch April 30, 2024 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pipeline result fails to be published

2 participants