Skip to content

Commit

Permalink
add retries for chart releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
nammn committed Jul 16, 2024
1 parent 5ce5168 commit 9289383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/releaser/cr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ check_charts_released() {
fi
echo "Retrying in ${delay} seconds... ($((i+1))/$retries)"
sleep "${delay}"
helm repo update mongodb
done

if [ "$released" = false ]; then
Expand Down

0 comments on commit 9289383

Please sign in to comment.