Skip to content

Commit

Permalink
Merge "Fix: Add DCO to git commit in publish-helm-repo.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
jklare authored and Gerrit Code Review committed Nov 15, 2024
2 parents 69f160e + d46914c commit 8d29eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jjb/shell/publish-helm-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pushd "$OLD_REPO_DIR"

# Add changes and create commit
git add -A
git commit -m "Changed by CORD Jenkins publish-helm-repo job: $BUILD_NUMBER, for project: $GERRIT_PROJECT, patchset: $GERRIT_CHANGE_NUMBER"
git commit -sm "Changed by CORD Jenkins publish-helm-repo job: $BUILD_NUMBER, for project: $GERRIT_PROJECT, patchset: $GERRIT_CHANGE_NUMBER"

# create tag on new commit
git tag "$NEW_VERSION"
Expand Down

0 comments on commit 8d29eb1

Please sign in to comment.