codeship / scripts

Scripts for use on Codeship Basic
https://codeship.com
MIT License
217 stars 172 forks source link

Make mongodb installer script work with mongo 5 #281

Closed cztamas closed 2 years ago

cztamas commented 2 years ago

The current script fails for MongoDB 5, because it tries to download the MongoDB installer for Ubuntu 14, which does not exist.

cztamas commented 2 years ago

Fixes this issue.

chrisgaineslabs commented 2 years ago

Tested PR against versions 4 and 5 of mongodb and both passed