We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbabfd commit f365ef4Copy full SHA for f365ef4
etc/task-prep-iroha.ts
@@ -41,7 +41,6 @@ async function cloneRepo(repo: string, tagOrRevision: string) {
41
await clean()
42
43
$.logStep(`Cloning repo ${colors.blue(repo)} at revision ${colors.yellow(tagOrRevision)}`)
44
- await Deno.mkdir(TARGET_DIR)
45
await $`git init --quiet`.cwd(TARGET_DIR)
46
await $`git remote add origin ${repo}`.cwd(TARGET_DIR)
47
await $`git fetch origin ${tagOrRevision}`.cwd(TARGET_DIR)
0 commit comments