Skip to content

Commit

Permalink
chore(temp): temporarily not fetch from origin
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Yuan committed Sep 20, 2023
1 parent 891fb43 commit 6ea5fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-clients/build-smithy-typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const buildSmithyTypeScript = async (repo, commit) => {
}

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

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

0 comments on commit 6ea5fcb

Please sign in to comment.