On Sun, 1 Dec 2019 at 17:00, Sam Ruby <ru...@intertwingly.net> wrote:

> On Sun, Dec 1, 2019 at 8:46 AM sebb <seb...@gmail.com> wrote:
> >
> > On a fresh checkout,
> > $ rake docker:update
> > reports the following error:
> >
> > docker-compose run  --entrypoint 'bash -c "rake docker:scaffold; git
> pull;
> > rake update"' web
> > rake aborted!
> > LoadError: cannot load such file -- wunderbar
> > /srv/whimsy/lib/whimsy/asf/ldap.rb:34:in `<top (required)>'
> > /srv/whimsy/rakefile:86:in `block in <top (required)>'
> > /var/lib/gems/2.5.0/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
> > Tasks: TOP => docker:scaffold => config
> > (See full trace by running task with --trace)
>
> Hmm.  I'm not seeing this error.  Will continue to investigate.
>
>
If Wunderbar is not (yet) available to the container, then :config fails.

I've fixed it by moving LDAP.configure to docker:up


> > However the rake task continues.
> > Perhaps the entrypoint should be changed to:
> > 'bash -c "rake docker:scaffold && git pull &&rake update"
>
> No objection to changing semicolons to andands.
>
>
Done


> Not sure why the git pull is in there, it probably shouldn't be.
>
>
Dropped


> - Sam Ruby
>

Reply via email to