Fixed third path

This commit is contained in:
Jim Martens 2023-11-02 00:08:30 +01:00
parent dca124950f
commit 88571e5cdb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ do
fi
cd "$HOME/git-repos/cloud-configuration/helm/$package" || { echo "Cannot find $package under $HOME/git-repos/cloud-configuration/helm/"; exit 1; }
helm package --sign --key "github@2martens.de" --keyring ~/.gnupg/secring.gpg .
mv -- *.tgz *.tgz.prov ~/git-repos/helm-charts/charts
mv -- *.tgz *.tgz.prov ~/git-repos/repo/charts
done
cd ~/git-repos/repo/charts || { echo "$HOME/git-repos/repo/charts/ does not exist"; exit 1; }
git pull