Drone signs its comments

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2021-02-17 13:17:45 +01:00
parent 084be3f38b
commit 895331302d
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7

View File

@ -186,7 +186,7 @@ system ("git remote add origin https://" + git_user + ":" + git_token + "@github
system ('git add ' + PREVIOUS_LINT_RESULTS_FILE)
# commit changes; Add "skip ci" so that we don't accidentally trigger another Drone build
system ('git commit -m "Drone: update Lint results to reflect reduced error/warning count [skip ci]" ')
system ('git commit -sm "Drone: update Lint results to reflect reduced error/warning count [skip ci]" ')
# push to origin
system ('git push origin HEAD:' + git_branch)