From 86c3ca7a7b49c878d6583d275730ea4217f7a783 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 12 Nov 2022 18:09:02 +0200 Subject: [PATCH] fix(ci): fix a check (#4388) * chore(ci): fix a visual typo * fix copy.. * its train/chart :D * Add some comments so I can read it again in the feature :P * comment * fix a check.. --- .github/scripts/fetch_helm_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/fetch_helm_deps.sh b/.github/scripts/fetch_helm_deps.sh index d4df2fd96cc..340de4430e0 100755 --- a/.github/scripts/fetch_helm_deps.sh +++ b/.github/scripts/fetch_helm_deps.sh @@ -78,7 +78,7 @@ for idx in $(eval echo "{0..$length}"); do echo "📝 Copying dependency <$name-$version.tgz> to <$charts_path/$train_chart/charts>..." cp "$cache_path/$name-$version.tgz" "$charts_path/$train_chart/charts" - if [ -f "$cache_path/$name-$version.tgz" ]; then + if [ -f "$charts_path/$train_chart/charts/$name-$version.tgz" ]; then echo "✅ Dependency copied!" echo "" else