- Issue created by @solideogloria
- Status changed to Closed: won't fix
9 months ago 10:20pm 5 February 2024 - 🇨🇭Switzerland bircher 🇨🇿
Hi, yes I know about the deploy hook, I added it to drush. 😀
It runs after a config import and would run too late to solve the issue outlined here. But in addition deploy hooks are not meant to be used in contib modules, if you see one somewhere it is probably a bug.The problem outlined should already have been solved by 🐛 Use ignore settings from storage being transformed if they exist Fixed
But thanks for thinking this through! If this problem still exists we can look into a solution that adresses it adequately.
Ah, so it was fixed in a recent release. Was it fixed in 8.x-3.1?
Anyways, so what you're saying is that I don't need to have the following anymore in my CI/CD? That's awesome.
drush cim -y drush cim -y
- 🇨🇭Switzerland bircher 🇨🇿
I don't remember in what version it was fixed, but for sure since the stable release 3.0.
And yes you don't have to do two imports any more unless you do split splits with config split, but you probably shouldn't do that anyway.
You are welcome!