From 9423313038b4afdb92372978a8870a3d843453ae Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sun, 6 Nov 2022 18:37:48 +0100 Subject: [PATCH] new: [compose-core] provide ``COMPOSE_ACTION`` to charms --- bin/compose-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compose-core b/bin/compose-core index 344dc71..9e58d77 100755 --- a/bin/compose-core +++ b/bin/compose-core @@ -4464,7 +4464,7 @@ else esac fi - +export COMPOSE_ACTION="$action" NO_CONSTRAINT_CHECK=True case "$action" in up)