Closed asottile-sentry closed 1 year ago
It'd be better to revert this as it doesn't have any effect at run time and mounts are done at run-time.
You need a startup script that runs this or bake this into craft itself.
It'd be better to revert this as it doesn't have any effect at run time and mounts are done at run-time.
You need a startup script that runs this or bake this into craft itself.
it would work, if we didn't override HOME
at runtime for no (?) reason
Oh, right since you do *
but that config is not picked up because $HOME
changes at runtime. I think the override comes from GitHub Actions due to how they run containers inside containers or whatever?
yeah I'm going to make it less special here: https://github.com/getsentry/publish/pull/1834/files
prevent these errors in github actions:
this setting isn't great, as written -- but this restores the previous behaviour to unblock releases -- perhaps a better, more well scoped list can be determined instead in the future