Fixed third path
This commit is contained in:
parent
dca124950f
commit
88571e5cdb
|
@ -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
|
||||
|
|
Reference in New Issue