Skip to content

Commit

Permalink
Install git lfs on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Wojciechowski committed Dec 20, 2016
1 parent e68e3a6 commit 965bce4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ fi
if [ "$CIRCLE_BRANCH" == "master" ] || [ -n "$CIRCLE_TAG" ]; then
pip install --user --upgrade awscli
fi

# Install git-lfs https://discuss.circleci.com/t/installing-git-lfs/867
brew install git-lfs
ssh git@github.com git-lfs-authenticate mapbox/mapbox-gl-js.git download

0 comments on commit 965bce4

Please sign in to comment.