dpc-sdp / dev-tools

Tools used for development of Tide distribution and modules.
2 stars 1 forks source link

Fixed unable download error #28

Open tim-yao opened 4 years ago

tim-yao commented 4 years ago

This Downloading the latest version of Dev Tools task has never worked for me. I tried debug and found curl -s -L "https://api.github.com/repos/$GH_ORG/$GH_PROJECT/releases/latest" in my mac command line will return json response without and line breaks, thus the grep won't work out the tag name. This modified command will make sure work with that json response.

Screen Shot 2019-11-22 at 1 12 12 pm