Changes for .gitlab/ci/release.gitlab-ci.yml: 4 added lines, 4 removed lines.
Original line number
Diff line number
Diff line
@@ -53,7 +53,8 @@ publish-dryrun:
script:
-semantic-release -d |tee output.log
# Check if the bundled chart version matches the next auto-deploy-image version.
-git diff @..@^ --name-only | grep 'assets/auto-deploy-app' || echo 'This change does not contain changes for the chart. Skip the validation' && exit 0