diff options
author | EuAndreh <eu@euandre.org> | 2019-06-13 11:54:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-13 11:54:14 -0300 |
commit | 7aab08fc76c8dcca7a936c02fbf0034e634f036f (patch) | |
tree | 6e15494fb3596f41a1ad5c3f529a3b81f21fc1be /scripts | |
parent | TODOs.org (diff) | |
download | toph-7aab08fc76c8dcca7a936c02fbf0034e634f036f.tar.gz toph-7aab08fc76c8dcca7a936c02fbf0034e634f036f.tar.xz |
s/See failed run:/See run:/
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci/mail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/mail.sh b/scripts/ci/mail.sh index 29420fa..529cd4c 100755 --- a/scripts/ci/mail.sh +++ b/scripts/ci/mail.sh @@ -21,7 +21,7 @@ SUBJECT="VPS CI run #${JOB_ID} logs${SUBJECT_SUFFIX}" ATTACHMENT_PATH='logs.txt' BODY=$(cat <<EOF CI run for commit ${VPS_COMMIT_SHA}. -See failed run: +See run: https://builds.sr.ht/~euandreh/job/${JOB_ID} Logs are attached. |