debugging
This commit is contained in:
parent
59689c860a
commit
fca1b5daa2
|
@ -21,6 +21,7 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
|
|||
core.info(
|
||||
`Repository Url: ${repositoryUrl}`
|
||||
)
|
||||
|
||||
// Remove conflicting file path
|
||||
if (fsHelper.fileExistsSync(settings.repositoryPath)) {
|
||||
await io.rmRF(settings.repositoryPath)
|
||||
|
|
Loading…
Reference in New Issue
Block a user