Merge pull request #1022 from nextcloud/masterBrokenDroneWithValidEmail

Use valid email address
This commit is contained in:
Marcel Hibbe 2021-02-22 17:36:08 +01:00 committed by GitHub
commit cc2b5721fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ previous_git_email = previous_git_email.strip
# update git user name and email for this script # update git user name and email for this script
system ("git config --local user.name '" + git_user + "'") 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 rm origin")
system ("git remote add origin https://" + git_user + ":" + git_token + "@github.com/nextcloud/talk-android") system ("git remote add origin https://" + git_user + ":" + git_token + "@github.com/nextcloud/talk-android")