Attempt to fix the build
This commit is contained in:
parent
361d293a93
commit
5c39babf69
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# MongoDB seems to need some time to boot first. MK.
|
||||||
|
sleep 5
|
||||||
|
|
||||||
# MongoDB Java driver won't run authentication twice on the same DB instance,
|
# MongoDB Java driver won't run authentication twice on the same DB instance,
|
||||||
# so we need to use multiple DBs.
|
# so we need to use multiple DBs.
|
||||||
mongo --eval 'db.addUser("clojurewerkz/monger", "monger")' monger-test
|
mongo --eval 'db.addUser("clojurewerkz/monger", "monger")' monger-test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue