Skip to content

Commit

Permalink
Pin package_cloud gem to 0.2.45 (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
djschaap committed Dec 5, 2023
1 parent 2d84616 commit 9172777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run:
name: Install and Push to Package Cloud
command: |
gem install package_cloud
gem install package_cloud -v 0.2.45
bash scripts/push_packagecloud.sh internal
deploy-prod:
Expand All @@ -58,7 +58,7 @@ jobs:
- run:
name: Install and Push to Package Cloud
command: |
gem install package_cloud
gem install package_cloud -v 0.2.45
bash scripts/push_packagecloud.sh internal
workflows:
Expand Down

0 comments on commit 9172777

Please sign in to comment.