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