Skip to content

Commit

Permalink
feat: redwood upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg committed Jul 2, 2024
1 parent 6ed209b commit f08f56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drydock/templates/drydock/task/mongodb/init
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
echo "Initialising MongoDB..."
mongo --host {{MONGODB_HOST }} {% if MONGODB_ROOT_USERNAME and MONGODB_ROOT_PASSWORD %} -u {{ MONGODB_ROOT_USERNAME }} -p {{ MONGODB_ROOT_PASSWORD }} {% endif %} admin <<EOF
mongosh --host {{MONGODB_HOST }} {% if MONGODB_ROOT_USERNAME and MONGODB_ROOT_PASSWORD %} -u {{ MONGODB_ROOT_USERNAME }} -p {{ MONGODB_ROOT_PASSWORD }} {% endif %} admin <<EOF
{% if MONGODB_USERNAME %}
if (db.getUser("{{ MONGODB_USERNAME }}") == null) {
db.createUser({
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"tutor>=17.0.2,<18.0.0"
"tutor>=18.0.0,<19.0.0"
]

[project.optional-dependencies]
Expand Down

0 comments on commit f08f56b

Please sign in to comment.