Skip to content

Commit

Permalink
NO-JIRA temporary fix for releaseability package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jCOTINEAU committed Jul 16, 2024
1 parent cbc0685 commit 4092af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PREVIOUS_RELEASE=$(gh api "/repos/{owner}/{repo}/releases" --jq "[.[] | select(.

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

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
_original_version=$(cat $chart/Chart.yaml | yq '.version' -)
_new_version="${_original_version}${VERSION_SEPERATOR}${BUILD_NUMBER}"
helm dependency build "${chart}"
Expand Down

0 comments on commit 4092af1

Please sign in to comment.