Skip to content

Commit

Permalink
fix: skip GIT_LFS files
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianjost committed Feb 19, 2021
1 parent ee20b31 commit 27b3ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports = {

const clone = async () => {
const command = [
"GIT_LFS_SKIP_SMUDGE=1",
"git clone",
"--depth 1",
getRepoBranch() === undefined ? false : ` -b ${getRepoBranch()}`,
Expand Down

0 comments on commit 27b3ff5

Please sign in to comment.