From dc30182fff79afbfced0e75954b01db03d83c0b4 Mon Sep 17 00:00:00 2001 From: James Greenhill Date: Mon, 30 Oct 2023 16:12:35 -0700 Subject: [PATCH] chore: ensure DEBIAN_FRONTEND=noninteractive for hobby deploy (#18284) --- bin/deploy-hobby | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/deploy-hobby b/bin/deploy-hobby index 58656dffe24e6..b8e24cecbac87 100755 --- a/bin/deploy-hobby +++ b/bin/deploy-hobby @@ -2,6 +2,7 @@ set -e +export DEBIAN_FRONTEND=noninteractive export POSTHOG_APP_TAG="${POSTHOG_APP_TAG:-latest}" export SENTRY_DSN="${SENTRY_DSN:-'https://public@sentry.example.com/1'}"