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

[v3.2] Fix CI only testing with the paperclip adapter #4910

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Feb 7, 2023

Backport

This will backport the following commits from master to v3.2:

Questions ?

Please refer to the Backport tool documentation

Since #4666, all jobs have been
running with the paperclip adapter.

The reason is that when the `paperclip` parameter was `false` on
CircleCI, that translated into the `DISABLE_ACTIVE_STORAGE` env var being
the string `"false"`. As we were checking for the mere presence of
`DISABLE_ACTIVE_STORAGE`, it always evaluated to `true`.

Fixes #4901

(cherry picked from commit af5904b)
@github-actions github-actions bot requested a review from a team as a code owner February 7, 2023 04:31
@waiting-for-dev waiting-for-dev changed the title [v3.2] Merge pull request #4905 from nebulab/waiting-for-dev/fix_ci_only_testing_paperclip [v3.2] Fix CI only testing with the paperclip adapter Feb 7, 2023
@waiting-for-dev waiting-for-dev merged commit f6939a1 into v3.2 Feb 7, 2023
@waiting-for-dev waiting-for-dev deleted the backport/v3.2/pr-4905 branch February 7, 2023 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant