Skip to content

Fix license finder ci

Adré Du Toit requested to merge fix_license_finder_ci into master

Fix license_finder process in CI

currently this implementation will fail in the ci with:

/usr/local/bundle/gems/bundler-2.3.17/lib/bundler/definition.rb:484:in `materialize': Could not find nokogiri-1.13.6 in any of the sources (Bundler::GemNotFound)

See https://git.foxsoft.co.uk/foxsoft/amigo/-/jobs/70915 for example.

This seems to be some issue with installing the gem and then relying on bundled gems which can't be resolved by the license_finder command.

The solution is to install the license_finder gem via bundler (ie add it to the project gemfile) and then bundle exec the commands to get it to run.

Merge request reports

Loading