Skip to content

Commit

Permalink
Update workspace.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma authored Jun 16, 2023
1 parent 372b256 commit 0d2fe7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modules/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ export class Workspace {
// We don't want to keep `workspace/store/refresh_error` nor `workspace/repos` in the cache.
await this.files.rmRF(path.join(this.workspace.value, 'store', 'refresh_error'))
await this.files.rmRF(path.join(this.workspace.value, 'repos'))
await this.files.rmRF(this.runSummary_md) // don't persist a summary that's specific to this run

// Don't persist a summary that's specific to this run
await this.files.rmRF(this.runSummary_md)

const hash = this.hashFile(this.repos_md.value)

Expand Down

0 comments on commit 0d2fe7b

Please sign in to comment.