mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +01:00
Remove debug line
This commit is contained in:
parent
bbbaf0c54d
commit
e86987a1e9
2 changed files with 0 additions and 3 deletions
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
|
@ -12144,7 +12144,6 @@ async function fetchAutoCacher() {
|
||||||
const paths = stdout.split(os$2.EOL);
|
const paths = stdout.split(os$2.EOL);
|
||||||
// Since the export is in reverse topologically sorted order, magic-nix-cache is always the penultimate entry in the list (the empty string left by split being the last).
|
// Since the export is in reverse topologically sorted order, magic-nix-cache is always the penultimate entry in the list (the empty string left by split being the last).
|
||||||
const last_path = paths.at(-2);
|
const last_path = paths.at(-2);
|
||||||
console.log(`stdout: ${last_path}`);
|
|
||||||
return `${last_path}/bin/magic-nix-cache`;
|
return `${last_path}/bin/magic-nix-cache`;
|
||||||
}
|
}
|
||||||
async function setUpAutoCache() {
|
async function setUpAutoCache() {
|
||||||
|
|
|
@ -69,8 +69,6 @@ async function fetchAutoCacher() {
|
||||||
// Since the export is in reverse topologically sorted order, magic-nix-cache is always the penultimate entry in the list (the empty string left by split being the last).
|
// Since the export is in reverse topologically sorted order, magic-nix-cache is always the penultimate entry in the list (the empty string left by split being the last).
|
||||||
const last_path = paths.at(-2);
|
const last_path = paths.at(-2);
|
||||||
|
|
||||||
console.log(`stdout: ${last_path}`);
|
|
||||||
|
|
||||||
return `${last_path}/bin/magic-nix-cache`;
|
return `${last_path}/bin/magic-nix-cache`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue