diff options
-rwxr-xr-x | after | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +#!/bin/sh +set -eu + +message="$JOB ($RUN): $RESULT +https://ci.tojo.tokyo/jobs/$JOB/$RUN" + +if [ "$RESULT" != "$LAST_RESULT" ]; then + message="@tojoqk@mastodon.tojo.tokyo +$message" +fi + +toot post -v unlisted "$message" |