Sayo-nika / quickstart-oss

A Travis CI Recipe to allow you to use Continuous Delivery and Integration to your OSS Mod!
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Add part to download RPAs, if needed #1

Closed alicerunsonfedora closed 6 years ago

alicerunsonfedora commented 6 years ago

Our mod has a .gitignore that doesn't upload the original DDLC RPAs to the repository, and for good reasons. It would be helpful if you included a part in your Travis config that downloads DDLC and copies those RPAs over if needed.

sr229 commented 6 years ago

This is done via setup.sh already, which is pulling from our public S3 storage from IBM.

Should you wish to have another resource to pull, just modify this shell script. However, if you want to use the vanilla base we provide, that's fine as well.