mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 13:06:59 +02:00
ci_automation_common.sh: use long option name
This helps reading the scripts later. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
a8dcde4626
commit
a2fc25895c
@ -36,7 +36,7 @@ function update_and_push_version() {
|
||||
# Add and commit local changes
|
||||
git add "sdk_container/.repo/manifests/version.txt"
|
||||
|
||||
git commit -s --allow-empty -m "New version: ${version}"
|
||||
git commit --signoff --allow-empty -m "New version: ${version}"
|
||||
|
||||
git fetch --all --tags --force
|
||||
local -i ret=0
|
||||
|
Loading…
Reference in New Issue
Block a user