mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -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
|
for d in */ ; do
|
||||||
cd "$d"
|
cd "$d"
|
||||||
helm dependency update
|
helm dependency update
|
||||||
helm package $d
|
helm package .
|
||||||
for i in *.tgz; do
|
for i in *.tgz; do
|
||||||
[ -f "$i" ] || break
|
[ -f "$i" ] || break
|
||||||
cloudsmith push helm --republish infisical/helm-charts $i
|
cloudsmith push helm --republish infisical/helm-charts "$i"
|
||||||
done
|
done
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user