aboutsummaryrefslogtreecommitdiff
path: root/after
blob: 0d4334759d2ac78c50dc2054245190ff1b8d0a73 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -eu

if [ "$RESULT" != "$LAST_RESULT" ]; then
   message="@tojoqk@mastodon.tojo.tokyo
$JOB #$RUN: $RESULT
https://ci.tojo.tokyo/jobs/$JOB/$RUN"
   toot post -v unlisted "$message"
fi