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