1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00

Updated email id

This commit is contained in:
Khushboo Verma 2023-08-22 12:43:00 +05:30
parent 832b18da06
commit 658ce3cb62
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 495a9c25302bb79156773ef0668b3eef07ce3dd1
Subproject commit e23424ed6af1d96a169e87337f32d1d84d5e19f4

View file

@ -213,7 +213,7 @@ class BuildsV1 extends Worker
Console::execute('cp -rfn ' . $tmpTemplateDirectory . '/' . $templateRootDirectory . '/* ' . $tmpDirectory . '/' . $rootDirectory, '', $stdout, $stderr);
// Commit and push
$exit = Console::execute('git config --global user.email "security@appwrite.io" && git config --global user.name "Appwrite" && cd ' . $tmpDirectory . ' && git add . && git commit -m "Create \'' . \escapeshellcmd($function->getAttribute('name', '')) . '\' function" && git push origin ' . \escapeshellcmd($branchName), '', $stdout, $stderr);
$exit = Console::execute('git config --global user.email "team@appwrite.io" && git config --global user.name "Appwrite" && cd ' . $tmpDirectory . ' && git add . && git commit -m "Create \'' . \escapeshellcmd($function->getAttribute('name', '')) . '\' function" && git push origin ' . \escapeshellcmd($branchName), '', $stdout, $stderr);
if ($exit !== 0) {
throw new \Exception('Unable to push code repository: ' . $stderr);