Fix early return from bundle processing

This commit is contained in:
Daz DeBoer 2021-10-30 11:54:42 -06:00
parent 613f4ec588
commit 727b4612ba
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
5 changed files with 4 additions and 5 deletions

2
dist/main/index.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/post/index.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -51,7 +51,6 @@ export class GradleUserHomeCache extends AbstractCache {
core.info(`Found bundle metafile for ${bundle} but no such bundle defined`)
bundleEntryReport.markRequested('BUNDLE_NOT_CONFIGURED')
tryDelete(bundleMetaFile)
return
} else {
const p = this.restoreArtifactBundle(bundle, bundlePattern, bundleMetaFile, bundleEntryReport)
// Run sequentially when debugging enabled