Skip to content

Commit 9238753

Browse files
authored
ci_automation_common.sh: sign commits to adhere to DCO requirements (#3123)
This change makes CI sign commits (which should work because CI uses a "regular" github user) as per our new DCO requirements.
1 parent 6949e2a commit 9238753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-automation/ci_automation_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function update_and_push_version() {
3636
# Add and commit local changes
3737
git add "sdk_container/.repo/manifests/version.txt"
3838

39-
git commit --allow-empty -m "New version: ${version}"
39+
git commit -s --allow-empty -m "New version: ${version}"
4040

4141
git fetch --all --tags --force
4242
local -i ret=0

0 commit comments

Comments
 (0)