src/update-submodules: add git signoff

Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-12-19 14:02:54 +01:00
parent 34495fee53
commit 21476d5b4e
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ export PATH
git submodule update --init --recursive
git submodule update --remote --merge
git add .
git commit -m "submodules update"
git commit --signoff --message="submodules update"
git pull --verbose
git push --verbose