Skip to content

Commit

Permalink
Do not remove Ruby setup file
Browse files Browse the repository at this point in the history
I observed that sometimes, CircleCI hangs for a solid 10 minutes on the "Ruby diagnostic" step. Perl, Ruby and Gem version are already visible, so I assume that the delete operation takes very long sometimes.

I do no think we need to throw away the setup file ourselves, as we get fresh VMs with each run anyhow.
  • Loading branch information
andyundso committed Oct 4, 2023
1 parent fd0877b commit defa6bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
ruby --version
echo "Gem Version:"
gem --version
rm .\ruby-setup.exe
- run:
name: install bundler
Expand Down

0 comments on commit defa6bc

Please sign in to comment.