Skip to content

Commit

Permalink
minor: update server version definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Nov 8, 2017
1 parent 046a18f commit 74ae6a9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .mci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,21 @@ functions:
params:
updates:
- key: "mongo_url"
value: ${mongo_url_prefix}${mongo_url_enterprise_keyword|enterprise-}${mongo_url_platform|}3.0.11.${mongo_url_extension|tgz}
value: ${mongo_url_prefix}${mongo_url_enterprise_keyword|enterprise-}${mongo_url_platform|}3.0.15.${mongo_url_extension|tgz}

"set version 3.2" :
command: expansions.update
params:
updates:
- key: "mongo_url"
value: ${mongo_url_prefix}${mongo_url_enterprise_keyword|enterprise-}${mongo_url_platform|}3.2.5.${mongo_url_extension|tgz}
value: ${mongo_url_prefix}${mongo_url_enterprise_keyword|enterprise-}${mongo_url_platform|}3.2.17.${mongo_url_extension|tgz}

"set version 3.4" :
command: expansions.update
params:
updates:
- key: "mongo_url"
value: ${mongo_url_prefix}${mongo_url_enterprise_keyword|enterprise-}${mongo_url_platform|}3.4.10.${mongo_url_extension|tgz}

"set version latest" :
command: expansions.update
Expand Down

0 comments on commit 74ae6a9

Please sign in to comment.