send e2e test results to test@
This commit is contained in:
parent
746ae744b4
commit
4a654e5533
@ -42,7 +42,7 @@ function sendEndToEndTestResult(topic, versionInfo, stdout, stderr, callback) {
|
||||
debug('Sending e2e test result for %s', topic);
|
||||
|
||||
var mailOptions = {
|
||||
to: 'admin@cloudron.io',
|
||||
to: 'test@cloudron.io',
|
||||
subject: util.format('E2E test results for %s', topic),
|
||||
text: versionInfo + '\n\nstdout\n------\n' + stdout.toString('utf8') + '\n\nstderr\n------\n' + stderr.toString('utf8') + '\n\n'
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user