mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
bots signoff
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
a641d528d2
commit
0a7f5cf063
3 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
535
|
||||
535
|
||||
|
|
|
@ -109,7 +109,7 @@ previous_git_email = previous_git_email.strip
|
|||
|
||||
# update git user name and email for this script
|
||||
system ("git config --local user.name '" + git_user + "'")
|
||||
system ("git config --local user.email '.'") # set email blank
|
||||
system ("git config --local user.email 'android@nextcloud.com'")
|
||||
system ("git remote rm origin")
|
||||
system ("git remote add origin https://" + git_user + ":" + git_token + "@github.com/nextcloud/android")
|
||||
|
||||
|
@ -117,7 +117,7 @@ system ("git remote add origin https://" + git_user + ":" + git_token + "@github
|
|||
system ('git add ' + PREVIOUS_FINDBUGS_RESULTS_FILE)
|
||||
|
||||
# commit changes; Add "skip ci" so that we don't accidentally trigger another Drone build
|
||||
system ('git commit -m "Drone: update FindBugs results to reflect reduced error/warning count [skip ci]" ')
|
||||
system ('git commit -sm "Drone: update FindBugs results to reflect reduced error/warning count [skip ci]" ')
|
||||
|
||||
# push to origin
|
||||
system ('git push origin HEAD:' + git_branch)
|
||||
|
|
|
@ -178,7 +178,7 @@ previous_git_email = previous_git_email.strip
|
|||
|
||||
# update git user name and email for this script
|
||||
system ("git config --local user.name '" + git_user + "'")
|
||||
system ("git config --local user.email '.'") # set email blank
|
||||
system ("git config --local user.email 'android@nextcloud.com'")
|
||||
system ("git remote rm origin")
|
||||
system ("git remote add origin https://" + git_user + ":" + git_token + "@github.com/nextcloud/android")
|
||||
|
||||
|
@ -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 a new issue