Skip to content

Commit

Permalink
Remove slack notification from dump ledger state job (#4044)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms authored Nov 4, 2021
1 parent 89aa538 commit 1c3c192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/tools/dump-ledger-state/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ fi
echo "Latest ledger: $LATEST_LEDGER"

if ! ./run_test.sh; then
curl -X POST --data-urlencode "payload={ \"username\": \"ingestion-check\", \"text\": \"@horizon-team ingestion dump (git commit \`$GITCOMMIT\`) of ledger \`$LATEST_LEDGER\` does not match stellar core db.\"}" $SLACK_URL
echo "ingestion dump (git commit \`$GITCOMMIT\`) of ledger \`$LATEST_LEDGER\` does not match stellar core db."
exit 1
fi

0 comments on commit 1c3c192

Please sign in to comment.