Skip to content

Commit f365ef4

Browse files
committed
fix(build): remove extra mkdir
Signed-off-by: 0x009922 <43530070+0x009922@users.noreply.github.com>
1 parent 2dbabfd commit f365ef4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

etc/task-prep-iroha.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ async function cloneRepo(repo: string, tagOrRevision: string) {
4141
await clean()
4242

4343
$.logStep(`Cloning repo ${colors.blue(repo)} at revision ${colors.yellow(tagOrRevision)}`)
44-
await Deno.mkdir(TARGET_DIR)
4544
await $`git init --quiet`.cwd(TARGET_DIR)
4645
await $`git remote add origin ${repo}`.cwd(TARGET_DIR)
4746
await $`git fetch origin ${tagOrRevision}`.cwd(TARGET_DIR)

0 commit comments

Comments
 (0)