Skip to content

Commit

Permalink
gem workaround (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
carrolp authored Nov 15, 2024
1 parent 1aa57d1 commit 0590c0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ before_deploy:
- docker login -u="${QUAY_ID}" -p="${QUAY_TOKEN}" quay.io
# Use npm v9 for deployments (v10 has problems with authentication with api_key)
- npm install -g npm@9
# Workaround ruby gem problem https://travis-ci.community/t/deployments-are-failing-due-to-uri-dependency/14375/4
- yes | gem update --system --force
- gem install bundler
- gem install uri
- gem install logger

deploy:
# Deploy alpha builds
Expand Down

0 comments on commit 0590c0d

Please sign in to comment.