metanorma / metanorma-docker

Docker container for running the Metanorma toolchain
https://www.metanorma.com
5 stars 3 forks source link

Could not find gem 'metanorma-cli #183

Closed CAMOBAP closed 9 months ago

CAMOBAP commented 9 months ago

Problem

Last release 1.8.7 failed because: Could not find gem 'metanorma-cli (= 1.8.7)' in rubygems repository

Full log: https://github.com/metanorma/metanorma-docker/actions/runs/6657271032/job/18091622316

Details

According to review of the workflow_call sequence everything was right, I have assumption that this happens too fast and we need to do some delay or retry login before fetching new metanorma-cli gem

Open question

  1. on which side to do it metanorma-cli/metanorma-docker
  2. wait vs retry logic
CAMOBAP commented 9 months ago

Fixed on metanorma-cli side with sleep 120