Block a user
WIP: fix(recipe): Prevent crash when recipe has no previous tag or release
@p4u1 I wired up a bunch of tests to cover some cases where this might have been going wrong: ce1aa3d8705ad0291f0cb3e45888892d99ebc714
It doesn't seem to be failing in any obvious way? I'd be…
Ensure
.Config.Env overwrites existing env vars on update
Ensure
.Config.Env overwrites existing env vars on update
I was pretty sure this was the case but now we've got a test case to confirm it: toolshed/abra#726
test: ensure env vars updated
test: ensure env vars updated
Config templates don't have access to STACK_NAME unless it's used as an env var in the compose file
f0120151d882c0e3f8430b480335de72d4554283
docs(maintainers): STACK_NAME not initialising early enough
Config templates don't have access to STACK_NAME unless it's used as an env var in the compose file
@pharaohgraphy ah, my apologies, I understand the issue now better. Thanks for raising.
There is nothing much we can do this about, I believe. In order to have docker bring env vars into the…
Config templates don't have access to STACK_NAME unless it's used as an env var in the compose file