Skip to content

Commit 6467cc9

Browse files
author
Chris Jennewein
committed
chore: Remove Dropbox deployment
1 parent 6314bf5 commit 6467cc9

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ addons:
66
- xsltproc
77
before_install:
88
- rvm install 2.3.8
9-
- gem install dropbox-deployment
109
script:
1110
- xmlstarlet val -e FightClub5eXML/Sources/*.xml
1211
- xmlstarlet val -e Collections/*.xml
1312
- xmlstarlet val -e -s Utilities/collection.xsd Collections/*.xml
1413
- xmlstarlet val -e -s Utilities/compendium.xsd FightClub5eXML/Sources/*.xml
1514
- for i in Collections/*.xml; do xsltproc -o FightClub5eXML/$i Utilities/merge.xslt $i; done
16-
after_success:
17-
- if [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ]; then dropbox-deployment; else echo "Skip deploy for PR or Branch Validation"; fi

FightClub5eXML/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## CHANGE LOG
22

3+
### 2021-08-04
4+
5+
Removed deployment to Dropbox.
6+
37
### 2020-11-16
48

59
Replaced old sources with new sources.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Creating XML files of all official D&D sources compatible with Fight Club 5e and
55

66
## Usage
77

8-
Final XML files are released on a [shared Dropbox](http://bit.ly/NewFCXml). If you're here to import the files into your app, please refer to the instructions in the link above.
8+
If you're here to import the sources into your app, these files are not compatible with Fight Club by themselves. Dropbox no longer hosts the compiled compendiums, so it must be built manually with the instructions below or found somewhere else.
99

10-
This repository is not an application in itself. But you can use it to build your own custom Compendium (see below).
10+
This repository is not an application in itself, but you can use it to build your own custom Compendium (see below).
1111

1212

1313
## Contributing
@@ -19,7 +19,7 @@ If you'd like to contribute, feel free to fork the repository and submit pull re
1919

2020
* The XML files in the FightClub5eXML directory are Compendiums organized by source book.
2121
* The files in Collections define which sources are merged into their own Compendium XML.
22-
* When the master branch is updated, Travis CI validates the XML, builds the Compendiums, and deploys to Dropbox.
22+
2323

2424
### Adding a Source
2525

dropbox-deployment.yml

-4
This file was deleted.

0 commit comments

Comments
 (0)