mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-12 14:11:44 +01: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
db7678c8ad
commit
cd94cd2c24
@ -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…
x
Reference in New Issue
Block a user