From 7ed3981b2fbd95503d7ebca2da014ff5f85c97bc Mon Sep 17 00:00:00 2001 From: SticksDev Date: Tue, 29 Aug 2023 14:42:43 -0400 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index fd7e685..660067f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,6 +15,9 @@ echo "Installing crawler dependencies..." cd /crawler npm install +echo "Setting up git LFS" +git lfs install + # Clone workspace echo "Cloning workspace..." git clone "https://$INPUT_ACTOR:$INPUT_TOKEN@teamhydra.io/$WORKSPACE_REPOSITORY.git" /workspace