call yaml scripts in another path

This commit is contained in:
Marc Wäckerlin
2018-08-24 15:51:01 +02:00
parent b61ca4a4a1
commit a32221ec76

View File

@@ -35,6 +35,7 @@ done
for f in $*; do
name=${f%.yaml}
file=${name}.yaml
name=${f##*/}
echo "upgrading ${name}"
IFS="
"