Skip to content

Commit

Permalink
fix(build): wait for releases to be ready
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Oct 6, 2020
1 parent b5804a6 commit 524dcbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ main() {
done

release_charts

# the newly created GitHub releases may not be available yet; let's wait a bit to be sure.
sleep 5

update_index
else
echo "Nothing to do. No chart changes detected."
Expand Down

0 comments on commit 524dcbc

Please sign in to comment.