nanobox: Nanobox server not running on Shippable CI
Currently launching Nanobox in a CI environment (thus using the CI bootstrap script) fails:
Error : nanobox-server service start was successful but the service is not running
Context :
Any idea how to get more output for this?
About this issue
- Original URL
- State: open
- Created 7 years ago
- Reactions: 1
- Comments: 35 (31 by maintainers)
@mbrodala I’ve successfully ran CI with circleci using my nanobox thanks to using this Gist from @brandoncc - https://gist.github.com/brandoncc/e680d39490c434b059486fa08fc089c6
Here is my elixir version of the same thing and even has an auto deploy workflow built in. https://gist.github.com/seanculver/91bd62f31e2feec589e0f91644caf0df
I haven’t figured out caching of the box yet but I’ll update my gist with the caching stuff, it added a few minutes to my build but I’ll see if I can’t get it back to where it was.
Hope this helps!
What Brandon said was it might be the
machine: true
flag that kicks it out of a docker container and allows us to run our own docker container via nanobox, this is just a hunch though.@pablorsk Thanks for checking, that was on my TODO list but now I am sure that it won’t ever work either.