Skip to content

Commit

Permalink
don't send events during run deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ianic committed Dec 6, 2021
1 parent 361ace4 commit 21ecb21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 21ecb21

Please sign in to comment.