Skip to content

Commit

Permalink
hash comparison logging for log complete in k8s flow
Browse files Browse the repository at this point in the history
  • Loading branch information
frostebite committed Oct 2, 2023
1 parent 6c6866f commit 9cb8294
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/model/cloud-runner/remote-client/remote-client-logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ export class RemoteClientLogger {
CloudRunnerLogger.log(`LOG COMPLETE`);

return true;
} else {
CloudRunnerLogger.log(`LOG INCOMPLETE ${RemoteClientLogger.md5} ${hashedValue}`);
}

return false;
Expand Down

0 comments on commit 9cb8294

Please sign in to comment.