mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
ci_automation_common.sh: sign commits to adhere to DCO requirements
This change makes CI sign commits (which should work because CI uses a "regular" github user) as per our new DCO requirements.
This commit is contained in:
parent
5efeb7512e
commit
a37257c046
@ -37,7 +37,7 @@ function update_and_push_version() {
|
||||
# Add and commit local changes
|
||||
git add "sdk_container/.repo/manifests/version.txt"
|
||||
|
||||
git commit --allow-empty -m "New version: ${version}"
|
||||
git commit -s --allow-empty -m "New version: ${version}"
|
||||
|
||||
git fetch --all --tags --force
|
||||
local -i ret=0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user