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

Fix installing plugins in frozen mode #6543

Merged
merged 1 commit into from
Mar 24, 2023
Merged

Conversation

deivid-rodriguez
Copy link
Member

What was the end-user or developer problem that led to this PR?

If frozen or deployment are configured, installing plugins fail.

What is your fix for the problem, implemented in this PR?

Plugins don't use a lockfile, so ignore frozen related settings.

Fixes #6534.

Make sure the following tasks are checked

Plugins don't use a lockfile, so ignore frozen related settings.
@simi simi added this pull request to the merge queue Mar 24, 2023
Merged via the queue into master with commit 4414e80 Mar 24, 2023
@simi simi deleted the install-plugin-in-frozen-mode branch March 24, 2023 19:50
deivid-rodriguez pushed a commit that referenced this pull request Mar 24, 2023
Fix installing plugins in frozen mode

(cherry picked from commit 4414e80)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bundle plugin install fails if deployment mode enabled
2 participants