Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install-deps fails when caching is disabled #133

Open
nkvojvodic opened this issue Sep 11, 2023 · 0 comments
Open

install-deps fails when caching is disabled #133

nkvojvodic opened this issue Sep 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@nkvojvodic
Copy link

Orb version:

2.1.0

What happened:

ruby/install-deps fails when with-cache is set to false.
Failed job

Expected behavior:

Dependencies should be installed normally as they are with the cache turned on.

Additional Information:

It seems that the issue is that the Determine lock file step does not run when caching is disabled. That means that the $TARGET_DIR/ruby-project-lockfile is not created and the install-deps relies on that step to get the bundler version. I think that just enabling that step regardless of caching would resolve the issue.

Thanks!

@nkvojvodic nkvojvodic added the bug Something isn't working label Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant