-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix gitlab gitkeep issue #3199
base: main
Are you sure you want to change the base?
Fix gitlab gitkeep issue #3199
Conversation
|
|
try { | ||
await this.gitlabClient.Commits.create(this.projectId, this.branch, 'Deleting unnecessary .gitkeep files', gitkeepDeletions); | ||
} catch (e) { | ||
console.error('Failed to delete .gitkeep files:', e); |
Check warning
Code scanning / ESLint
disallow the use of `console` Warning
{ action: 'delete', filePath: gitkeepPath }, | ||
]); | ||
} catch (e: any) { | ||
console.error(`Failed to delete .gitkeep: ${e}`); |
Check warning
Code scanning / ESLint
disallow the use of `console` Warning
Commit SHA:a3f6c8a8719b52461b455e3086e1fdc0133ef758 Test coverage results 🧪
|
Commit SHA:a3f6c8a8719b52461b455e3086e1fdc0133ef758 |
Why does this PR exist?
Fixes #3160
What does this pull request do?
Testing this change
Additional Notes (if any)