mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-23 13:40:43 +01:00
Drone signs its comments for master-broken
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
b33e58339b
commit
5fee834956
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user