bitrise-steplib / steps-brew-install

MIT License
2 stars 9 forks source link

Step tries to brew cleanup then fails #16

Closed archonitex closed 4 years ago

archonitex commented 4 years ago

Using the Install Github CLI step, the step fails when it tries to brew cleanup.

+------------------------------------------------------------------------------+

(3) Install GitHub CLI +------------------------------------------------------------------------------+ id: brew-install version: 0.11.0 collection: https://github.com/bitrise-io/bitrise-steplib.git toolkit: go time: 2020-10-23T16:25:52Z +------------------------------------------------------------------------------+

Configs:

maxcnunes commented 4 years ago

I got the same issue:

Screen Shot 2020-10-23 at 16 55 22

I tried running a new build with remote access and deleting that manually hoping it would do the trick for the other builds, but the next build after that fails again for the same issue.

MarcoF09 commented 4 years ago

I'm having the same problem, If I use the build with remote access and delete de python folder as commented by @maxcnunes it works but it's not a maintainable solution to future builds. I tried also to downgrade of version but It also fails. Any update about that fail? Thanks!

archonitex commented 4 years ago

Just tried it this morning and it seems resolved, without the Remote access workaround.

MarcoF09 commented 4 years ago

The same on my end, thanks!