mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Logs the sha of dependencies
This commit is contained in:
parent
b8fa85f6c8
commit
0ea22541e3
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ export async function gitShallowClone(
|
||||||
await run(`git fetch --depth 1 origin ${ref}`, options);
|
await run(`git fetch --depth 1 origin ${ref}`, options);
|
||||||
await run(`git checkout ${ref}`, options);
|
await run(`git checkout ${ref}`, options);
|
||||||
const commitId = await gitCommitId(targetPath);
|
const commitId = await gitCommitId(targetPath);
|
||||||
|
console.log(`Cloned ${repositoryUrl} (${commitId}) to ${targetPath}`);
|
||||||
return { commitId };
|
return { commitId };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue