From ddc7a8de70e567d5155d7b27b9bf58b5389e107a Mon Sep 17 00:00:00 2001 From: runbtc <143069848+runbtc@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:48:24 -0800 Subject: [PATCH] Remove Keybase notification --- production/mempool-build-all | 4 ---- 1 file changed, 4 deletions(-) diff --git a/production/mempool-build-all b/production/mempool-build-all index ae05112e8fa..47eb267fe97 100755 --- a/production/mempool-build-all +++ b/production/mempool-build-all @@ -187,8 +187,4 @@ for target in mainnet liquid bisq;do ship_frontend "${target}" done -# notify everyone -echo "${HOSTNAME} updated to \`${REF}\` @ \`${HASH}\`" | /usr/local/bin/keybase chat send --nonblock --channel general mempool.dev -echo "${HOSTNAME} updated to \`${REF}\` @ \`${HASH}\`" | /usr/local/bin/keybase chat send --nonblock --channel general "mempool.ops.${LOCATION}" - exit 0