mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
remove lfs stuff from travis config
This commit is contained in:
parent
7b01848acc
commit
16ef53ea65
@ -3,8 +3,6 @@ python:
|
|||||||
- 3.6
|
- 3.6
|
||||||
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 fetch --all
|
|
||||||
install:
|
install:
|
||||||
- pip install awscli boto3 requests
|
- pip install awscli boto3 requests
|
||||||
branches:
|
branches:
|
||||||
@ -24,4 +22,4 @@ deploy:
|
|||||||
script: python build-deploy/src/deploy.py --f ".mod_data.yml" # Deploy package to spacedock, curse, github
|
script: python build-deploy/src/deploy.py --f ".mod_data.yml" # Deploy package to spacedock, curse, github
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch: release
|
branch: release
|
||||||
|
Loading…
Reference in New Issue
Block a user