decidim / docker

Docker images for decidim
https://decidim.org
12 stars 18 forks source link

Build for decidim-test fails #71

Closed oliverbarnes closed 3 years ago

oliverbarnes commented 3 years ago

The merged build for decidim-test is failing when trying to install the decidim-dev gem:

Step 8/9 : RUN gem install decidim-dev:${decidim_version} --force
 ---> Running in 3ab3c60847bd
ERROR:  Could not find a valid gem 'decidim-dev:' (>= 0) in any repository
ERROR:  Possible alternatives: decidim-dev, decidim, decidim-admin, decidim-api, decidim-core
The command '/bin/sh -c gem install decidim-dev:${decidim_version} --force' returned a non-zero code: 2

Error: Process completed with exit code 2.

https://github.com/decidim/docker/runs/1590170446?check_suite_focus=true#step:9:32

I'm working on a fix.

Originally posted by @oliverbarnes in https://github.com/decidim/docker/issues/62#issuecomment-749130217

oliverbarnes commented 3 years ago

Fixed by https://github.com/decidim/docker/pull/68