Skip to content

Commit

Permalink
add retry by shell
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzlei committed Jun 22, 2021
1 parent 6ac23b1 commit 6f3729e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
(echo "===== Attempt: 1 ====" && ./gradlew :smoke-tests:check -PtestDistributionChannel=true) || \
(echo "===== Attempt: 2 ====" && ./gradlew :smoke-tests:check -PtestDistributionChannel=true) || \
(echo "===== Attempt: 3 ====" && ./gradlew :smoke-tests:check -PtestDistributionChannel=true) || \
(echo "===== Failed ====" && exit 1)
(echo "===== No more retries. Failed! ====" && exit 1)
- name: Publish metric on X-Ray Java SDK distribution availability
if: ${{ always() }}
Expand Down

0 comments on commit 6f3729e

Please sign in to comment.