add a label to signal that a deploy is connected with a recipe #264
Reference in New Issue
Block a user
No description provided.
Delete Branch "moritz/abra:recipe_label"
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?
Resolves coop-cloud/organising#391 by adding the following label
coop-cloud.${STACK_NAME}.recipe=${RECIPE}(according to the version label).This is required for the auto updater coop-cloud/organising#236 (comment)
LGTM! Much appreciated to see these split up into separate PRs, great Git praxis!
@ -449,1 +449,4 @@}// add a label to signal that a deploy is connected with a recipefunc SetRecipeLabel(compose *composetypes.Config, stackName string, recipe string) {@ -450,0 +452,4 @@func SetRecipeLabel(compose *composetypes.Config, stackName string, recipe string) {for _, service := range compose.Services {if service.Name == "app" {logrus.Debugf("set recipe label to %s", recipe)More app/recipe info comment again.
98c937b825to23a0b92d88