Skip to content

Commit fd42a17

Browse files
committed
ci_automation_common.sh: use long option name
This helps reading the scripts later. Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent b75ac10 commit fd42a17

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 -s --allow-empty -m "New version: ${version}"
39+
git commit --signoff --allow-empty -m "New version: ${version}"
4040

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

0 commit comments

Comments
 (0)