Skip to content

Commit

Permalink
DO NOT MERGE testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Sep 1, 2020
1 parent 212e3f1 commit 4e49ef5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/scripts/daily_txsource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ if [[ $BUILDKITE_RETRY_COUNT == 0 ]]; then
--metrics.labels instance=$BUILDKITE_PIPELINE_NAME-$BUILDKITE_BUILD_NUMBER \
--scenario e2e/runtime/txsource-multi
else
curl -H "Content-Type: application/json" \
-X POST \
--data "{\"text\": \"Daily transaction source tests failure\"}" \
"$SLACK_WEBHOOK_URL"
# curl -H "Content-Type: application/json" \
# -X POST \
# --data "{\"text\": \"Daily transaction source tests failure\"}" \
# "$SLACK_WEBHOOK_URL"

# Exit with non-zero exit code, so that the buildkite build will be
# marked as failed.
Expand Down

0 comments on commit 4e49ef5

Please sign in to comment.