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..
This commit is contained in:
Stavros Kois 2022-11-12 18:09:02 +02:00 committed by GitHub
parent bac1e6e5e3
commit 86c3ca7a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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