mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-06 22:23:53 -05:00
patch upload script
This commit is contained in:
4
helm-charts/upload-to-cloudsmith.sh
Normal file → Executable file
4
helm-charts/upload-to-cloudsmith.sh
Normal file → Executable file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user