diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-09-14 13:26:41 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-09-14 13:26:41 +0900 |
commit | 0e5845c8db6706bc14c296a59b84335fc785d5a3 (patch) | |
tree | c8d41decbae7aab25891795be38a8f470969052d /after | |
parent | a2345f8b08ccf6d76038545fde207ab7e2c115f8 (diff) |
after: Modify message.
Diffstat (limited to 'after')
-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 |