You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect that this was broken by this commit: bf1d11d
This change moved the check to around the hooks. The problem is, the flag will always be false when this condition is executed, as this happens during parsing of the recipe and not at runtime.
According to this comment #3453 (comment), the change was made to prevent the steps from showing up if they are not executed. If anyone has an idea on how to fix this without breaking this behavior, I'll gladly create a PR.
As a workaround I've re-declared the missing steps in my script:
Looks like this is already fixed in master, as part of this PR: #3567. The flag has been removed and the user should instead include the steps in their script. I'm closing this issue.
The
use_redis_cache_id
is ignored in custom deploy scripts extending the Magento 2 recipe.Environment
Steps to reproduce:
deploy
Expected behavior:
Steps
magento:set_cache_prefix
andmagento:cleanup_cache_prefix
are included:Actual behavior:
Steps
magento:set_cache_prefix
andmagento:cleanup_cache_prefix
are missing:The text was updated successfully, but these errors were encountered: