aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/mail.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migration: Remove Ansible and Docker code, move only to NixOSEuAndreh2020-08-101-51/+0
|
* mail.sh: Add 'successful' messaging on the mail subjectEuAndreh2020-08-091-1/+1
|
* s/See failed run:/See run:/EuAndreh2019-06-131-1/+1
|
* Output all generated files on ./generated/, refactor .envrc variablesEuAndreh2019-06-101-8/+1
|
* Only send log email when running on CIEuAndreh2019-06-101-0/+7
|
* Trust commited keyEuAndreh2019-06-101-1/+2
|
* Add filename to logs.txt outputEuAndreh2019-06-101-1/+1
| | | | | Taken from: https://stackoverflow.com/questions/5917413/concatenate-multiple-files-but-include-filename-as-section-headers
* Disable SC2016 warningsEuAndreh2019-06-101-0/+2
|
* Encrypt attached logEuAndreh2019-06-101-1/+3
|
* Show in email subject if the run failedEuAndreh2019-06-101-1/+14
|
* Send logs via email after finishing provision.shEuAndreh2019-06-101-0/+33
The email will be send for both sucessfull and failed runs.