git lfs patch before script runs

This commit is contained in:
Andrew Cassidy 2020-06-16 21:24:17 -07:00
parent 53d008c8a0
commit 2c3d802258
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

View File

@ -4,6 +4,7 @@ python:
before_install: before_install:
- echo -e "machine github.com\n login $GITHUB_OAUTH_TOKEN" > ~/.netrc - echo -e "machine github.com\n login $GITHUB_OAUTH_TOKEN" > ~/.netrc
- git lfs pull - git lfs pull
- fit lfs fetch --all
install: install:
- pip install awscli boto3 requests - pip install awscli boto3 requests
branches: branches: