Skip to content

Commit

Permalink
Remove gitlfs install
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Sep 19, 2024
1 parent 5b602c8 commit 51bb8b1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,6 @@ lint: tool-install $(FFMPEG_BUILD)


test: $(BIN_OUTPUT_PATH)/video-store
# check if git-lfs is installed
ifeq ($(shell command -v git-lfs 2>/dev/null),)
$(info git-lfs not found, installing...)
ifeq ($(SOURCE_OS),linux)
sudo apt-get update && sudo apt-get install -y git-lfs
endif
ifeq ($(SOURCE_OS),darwin)
brew install git-lfs
endif
git lfs install
endif
git lfs pull
cp $(BIN_OUTPUT_PATH)/video-store bin/video-store
go test -v ./tests/
Expand Down

0 comments on commit 51bb8b1

Please sign in to comment.