Project

General

Profile

action #160400

Updated by livdywan 2 months ago

## Observation 

 https://app.circleci.com/pipelines/github/os-autoinst/openQA/13540/workflows/142d05d6-d799-4e72-93f1-300931d089f2/jobs/127047 
 ``` 
 Fetching: asciidoctor-2.0.22.gem (100%) 
 Successfully installed asciidoctor-2.0.22 
 Parsing documentation for asciidoctor-2.0.22 
 Installing ri documentation for asciidoctor-2.0.22 
 Done installing documentation for asciidoctor after 2 seconds 
 Fetching: pygments.rb-3.0.0.gem (100%) 
 ERROR:    Error installing pygments.rb: 
         The last version of pygments.rb (>= 0) to support your Ruby & RubyGems was 2.4.1. Try installing it with `gem install pygments.rb -v 2.4.1` 
         pygments.rb requires Ruby version >= 2.6.0. The current ruby version is 2.5.0. 
 1 gem installed 

 Exited with code exit status 1 
 ``` 

 ## Acceptance criteria 
 * **AC1**: Documentation is generated in circleCI 

 ## Suggestions 
 * This might be related to asciidoc translation to html? 
 * Check that we use the correct versions, likely related to the upgrade

Back