Skip to content

Commit 6ea5fcb

Browse files
author
Steven Yuan
committed
chore(temp): temporarily not fetch from origin
1 parent 891fb43 commit 6ea5fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-clients/build-smithy-typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const buildSmithyTypeScript = async (repo, commit) => {
1414
}
1515

1616
// Checkout commit
17-
await spawnProcess("git", ["fetch", "origin", commit, "--depth=1"], { cwd: repo });
17+
// await spawnProcess("git", ["fetch", "origin", commit, "--depth=1"], { cwd: repo });
1818

1919
// Switch to branch with commit
2020
const tempBranchName = `temp-${commit}`;

0 commit comments

Comments
 (0)