Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update entrypoint.sh
  • Loading branch information
Sticks authored and GitHub Enterprise committed Aug 29, 2023
1 parent ae4ce36 commit 7ed3981
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Expand Up @@ -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
Expand Down

0 comments on commit 7ed3981

Please sign in to comment.