medic / cht-android

A native Android container for Community Health Toolkit (CHT) applications
GNU Affero General Public License v3.0
25 stars 49 forks source link

Unable to publish cht-android APKs - crash when installing fastlane #340

Closed kennsippell closed 9 months ago

kennsippell commented 9 months ago

Describe the bug There is a crash in the CI process when publishing

To Reproduce

  1. Tag a commit in master and push
  2. CI fails with an error

Expected behavior CI should publish

Logs

Run gem install fastlane --no-document --quiet
ERROR:  Error installing fastlane:
    The last version of domain_name (~> 0.5) to support your Ruby & RubyGems was 0.5.20190701. Try installing it with `gem install domain_name -v 0.5.20190701` and then running the current command again
    domain_name requires Ruby version >= 2.7.0. The current ruby version is 2.6.10.210.

https://github.com/medic/cht-android/actions/runs/7132831004/job/19424212511

Environment

latin-panda commented 9 months ago

This is fixed. To test, I've created a tag to trigger CI and run the Fastlane; it's not crashing anymore

Screenshot 2023-12-08 at 1 25 48 pm Screenshot 2023-12-08 at 1 26 04 pm Screenshot 2023-12-08 at 1 26 21 pm