fix mosquitto and renovate-bump

This commit is contained in:
kjeld Schouten-Lebbing
2021-10-20 14:49:33 +02:00
parent e38d1bc122
commit cc45438ef4
2 changed files with 2 additions and 4 deletions

View File

@@ -53,8 +53,8 @@ jobs:
train="incubator"
fi
echo "Comparing versions for ${train}/${chart}"
master=$(pybump get --file ./master/charts/${train}/${chart}/Chart.yaml)
current=$(pybump get --file ./charts/${train}/${chart}/Chart.yaml)
master=$(cat ./master/charts/${train}/${chart}/Chart.yaml | grep "version")
current=$(cat ./charts/${train}/${chart}/Chart.yaml | grep "version")
echo "master version: ${master}"
echo "current version: ${current}"
if [[ "${master}" != "${current}" ]]; then