mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 12:40:25 +08:00
fix mosquitto and renovate-bump
This commit is contained in:
4
.github/workflows/renovate-bump.yaml
vendored
4
.github/workflows/renovate-bump.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user