Attempt to fix the build

This commit is contained in:
Michael Klishin 2014-11-16 05:52:15 +03:00
parent 361d293a93
commit 5c39babf69

View file

@ -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