microsoft / bedrock

Automation for Production Kubernetes Clusters with a GitOps Workflow
MIT License
129 stars 12 forks source link

setup_bedrock_cli.sh Prereq Script Not Working #1390

Closed SignalRichard closed 4 years ago

SignalRichard commented 4 years ago

Running the script, setup_bedrock_cli.sh does not correctly download the bedrock CLI. From a bit of debugging it appears that the line to set the BEDROCK_CLI_VERSION is not correclty finding the latest version.

The result is a file being put in /usr/local/bin called bedrock with the internal text "Not found".

This issue can be reproduced by following the steps in the prereqs README.md file to setup bedrock by running: sudo ./setup_bedrock_cli.sh

andrebriggs commented 4 years ago

Hi @SignalRichard, thanks for noting this. Please see if this PR resolves your issue

SignalRichard commented 4 years ago

Yep, issue is resolved. Thank you!