deploy/rollback/upgrade local version tags (not just catalogue) #493
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I need this for coop-cloud/abra#355. I have a super lightweight recipe which speeds up the integration suite but I don't want to put it in the catalogue (because it isn't a public recipe). The tests currently use
gitea
ormatrix-synapse
or something but this could lead to flaky tests later on.It's also a feature that is useful for local hacking and testing. You don't need to publish a version on the catalogue to deploy/rollback/upgrade to it. This could also mean less usage of
--chaos
. I imagine a recipe integration test suite would also make use of this.coop-cloud/abra#355