Skip to content

Commit

Permalink
Merge branch 'liquidity' of github.com:erika-sdf/go into liquidity
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Nov 4, 2021
2 parents 3c2d2c2 + aa9008e commit 767f312
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 767f312

Please sign in to comment.