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.

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

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

- Sam Ruby

Reply via email to