Deployment script should only optionally download monkey binaries using GH API #552
Labels
Beginner friendly
New to the project? This issue is good for you!
Complexity: Low
DevOps
Documentation
Issues relating to the project's documentation like readme files, guides, etc.
Enhancement
Issue that describes an enhancement to a current feature.
Impact: Low
Currently Island development scripts download the latest release binaries in a hard coded manner.
This is non optimal for two reasons
Describe the solution you'd like
Download script should query the GH API for the latest binaries and download them, rather than use hard coded version numbers.
Also, this download should be gated behind an optional parameter, defaulting to yes.
The text was updated successfully, but these errors were encountered: