From 21ecb21e24a1c7d682a5f7ef57f73802e2ad1428 Mon Sep 17 00:00:00 2001 From: Igor Anic Date: Mon, 6 Dec 2021 17:42:23 +0100 Subject: [PATCH] don't send events during run deploy --- scripts/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index b362dc06..53f19f2d 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -12,6 +12,8 @@ GIT_ROOT=$(git rev-parse --show-toplevel) +export MANTIL_NO_EVENTS=1 + cd "$GIT_ROOT/cli" # collect variables tag=$(git describe --always)