Skip to content

Commit 4092af1

Browse files
committed
NO-JIRA temporary fix for releaseability package.sh
1 parent cbc0685 commit 4092af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus/package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PREVIOUS_RELEASE=$(gh api "/repos/{owner}/{repo}/releases" --jq "[.[] | select(.
1313

1414
echo $(ct list-changed --since "${PREVIOUS_RELEASE}" --target-branch "${CIRRUS_BRANCH}")
1515

16-
for chart in $(ct list-changed --since "${PREVIOUS_RELEASE}" --target-branch "${CIRRUS_BRANCH}"); do
16+
for chart in $(ct list-changed --since "sonarqube-10.6.0-sonarqube-dce-10.6.0" --target-branch "${CIRRUS_BRANCH}"); do
1717
_original_version=$(cat $chart/Chart.yaml | yq '.version' -)
1818
_new_version="${_original_version}${VERSION_SEPERATOR}${BUILD_NUMBER}"
1919
helm dependency build "${chart}"

0 commit comments

Comments
 (0)