Skip to content

Commit

Permalink
patch upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Feb 19, 2023
1 parent e5ba8eb commit 1c61ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/upload-to-cloudsmith.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
for d in */ ; do
cd "$d"
helm dependency update
helm package $d
helm package .
for i in *.tgz; do
[ -f "$i" ] || break
cloudsmith push helm --republish infisical/helm-charts $i
cloudsmith push helm --republish infisical/helm-charts "$i"
done
cd ..
done
Expand Down

0 comments on commit 1c61ffb

Please sign in to comment.