Closed jetpacktuxedo closed 6 years ago
Tests fail because you got rid of the requirements file and I pulled that in from your other branch :P
Fixed that, now it is failing because I changed how we handle secrets.yml in order to make it more docker-friendly. I'm not really sure where travis is pulling that stuff from though.
Edit: that is why coveralls tanked as well I think.
Is there docs how to run it?
docker-compose build
will build it, docker-compose up
will bring it online
docker compose up --build
should do both at once iirc.
Container should grab :5000 when it comes up.
That should probably be in the readme or something though.
You'll also need to take your secrets.yml and put it in ~/.config/.pbnh.yml
. docker-compose
uses that file to populate the "secrets" for the container.
There isn't a docker compose file to build?
... did I not git add
that?
😂🔫👌
All my tests pass locally so I am pretty sure the secrets.yml
is the only reason this is still failing... lemme try something else
Yeah, that didn't help... I have no idea how you are setting up secrets stuff for travis
ayyyyyy :point_right: :sunglasses: :point_right:
I figured it out
Just found another bug with this... for some reason about.md never gets rendered.
Tracking it down now.
Cool
fixed
Probably should have some tests associated with this but #yolo or something