mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-08 10:47:05 +00:00
build changes
This commit is contained in:
parent
092c620898
commit
86770f2db4
2 changed files with 6 additions and 6 deletions
10
dist/post/index.js
vendored
10
dist/post/index.js
vendored
|
|
@ -61494,12 +61494,12 @@ var cleanup_awaiter = (undefined && undefined.__awaiter) || function (thisArg, _
|
|||
});
|
||||
console.log("Service log:");
|
||||
console.log(journalLog);
|
||||
const cmd = "sudo";
|
||||
const args = ["cp", external_path_default().join(__dirname, "cache.txt"), cacheFile];
|
||||
external_child_process_.execFileSync(cmd, args);
|
||||
const cacheResult = yield cache.saveCache([cacheFile], cacheKey);
|
||||
console.log(cacheResult);
|
||||
}
|
||||
const cmd = "sudo";
|
||||
const args = ["cp", external_path_default().join(__dirname, "cache.txt"), cacheFile];
|
||||
external_child_process_.execFileSync(cmd, args);
|
||||
const cacheResult = yield cache.saveCache([cacheFile], cacheKey);
|
||||
console.log(cacheResult);
|
||||
}))();
|
||||
function sleep(ms) {
|
||||
return new Promise((resolve) => {
|
||||
|
|
|
|||
2
dist/post/index.js.map
vendored
2
dist/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue