We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc0685 commit 4092af1Copy full SHA for 4092af1
.cirrus/package.sh
@@ -13,7 +13,7 @@ PREVIOUS_RELEASE=$(gh api "/repos/{owner}/{repo}/releases" --jq "[.[] | select(.
13
14
echo $(ct list-changed --since "${PREVIOUS_RELEASE}" --target-branch "${CIRRUS_BRANCH}")
15
16
-for chart in $(ct list-changed --since "${PREVIOUS_RELEASE}" --target-branch "${CIRRUS_BRANCH}"); do
+for chart in $(ct list-changed --since "sonarqube-10.6.0-sonarqube-dce-10.6.0" --target-branch "${CIRRUS_BRANCH}"); do
17
_original_version=$(cat $chart/Chart.yaml | yq '.version' -)
18
_new_version="${_original_version}${VERSION_SEPERATOR}${BUILD_NUMBER}"
19
helm dependency build "${chart}"
0 commit comments