mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +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
2510d24c19
commit
3485a587e8
@ -36,7 +36,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…
Reference in New Issue
Block a user