From 524dcbce776c8696ac2355242f233c3a11ae2653 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Tue, 6 Oct 2020 11:45:27 +0200 Subject: [PATCH] fix(build): wait for releases to be ready Signed-off-by: Leonardo Grasso --- .circleci/release.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/release.sh b/.circleci/release.sh index 49c10f035..6acd20883 100755 --- a/.circleci/release.sh +++ b/.circleci/release.sh @@ -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."