mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-18 20:21:52 +02: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
75337a0cb8
@ -36,7 +36,7 @@ function update_and_push_version() {
|
|||||||
# Add and commit local changes
|
# Add and commit local changes
|
||||||
git add "sdk_container/.repo/manifests/version.txt"
|
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
|
git fetch --all --tags --force
|
||||||
local -i ret=0
|
local -i ret=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user