remove lfs stuff from travis config

feature-saving
Andrew Cassidy 4 years ago
parent 7b01848acc
commit 16ef53ea65
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

@ -3,8 +3,6 @@ python:
- 3.6
before_install:
- echo -e "machine github.com\n login $GITHUB_OAUTH_TOKEN" > ~/.netrc
- git lfs pull
- git lfs fetch --all
install:
- pip install awscli boto3 requests
branches:
@ -24,4 +22,4 @@ deploy:
script: python build-deploy/src/deploy.py --f ".mod_data.yml" # Deploy package to spacedock, curse, github
skip_cleanup: true
on:
branch: release
branch: release

Loading…
Cancel
Save