mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-11 05:31:39 +01:00
Merge pull request #3123 from flatcar/scripts
ci_automation_common.sh: sign commits to adhere to DCO requirements
This commit is contained in:
commit
10d91a967c
@ -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