Skip to content

Commit

Permalink
removing git lfs install
Browse files Browse the repository at this point in the history
  • Loading branch information
sushildeep authored Dec 19, 2023
1 parent 87f79d3 commit 2956597
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/initialise_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ if [ -d $REPO_DIR -a ! -L $REPO_DIR ]; then
cd $REPO_DIR && \
git reset --hard && \
git fetch --all && \
git lfs fetch --recent;
git fetch --recent;
else
git clone --depth=1 --no-single-branch $REPO_URL $REPO_ID && \
cd $REPO_DIR && \
git install && \
git fetch --recent && \
git reset --hard;
fi

0 comments on commit 2956597

Please sign in to comment.