From 9e33253be6b2fcb7f1713c6a05ece682b91b40ee Mon Sep 17 00:00:00 2001 From: Martin Helmich Date: Mon, 13 May 2024 10:18:58 +0200 Subject: [PATCH] Add additional log line when setting app installation id --- install.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/install.yaml b/install.yaml index 9ce8fba..d5ba09a 100644 --- a/install.yaml +++ b/install.yaml @@ -51,6 +51,7 @@ pre_install_actions: fi ddev config --web-environment-add MITTWALD_APP_INSTALLATION_ID=${app_id} + echo "MITTALD_APP_INSTALLATION_ID set to ${app_id}" fi