From 5fee8349560f716687e2cbe9db805d07e194f931 Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Fri, 19 Feb 2021 16:04:46 +0100 Subject: [PATCH] Drone signs its comments for master-broken Signed-off-by: Marcel Hibbe --- scripts/analysis/lint-up.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/analysis/lint-up.rb b/scripts/analysis/lint-up.rb index 46c35ae53..57445a471 100644 --- a/scripts/analysis/lint-up.rb +++ b/scripts/analysis/lint-up.rb @@ -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)