commit 8315f67f825f47c882bc1aa40e23f1e48d9d1290 parent fb809e45ac6287560e787a745cd046881998c250 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Tue, 4 Jun 2019 14:01:54 +0200 ux Diffstat:
| M | buildbot/config.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/config.sh b/buildbot/config.sh @@ -1,7 +1,7 @@ #!/bin/bash if test "$(whoami)" = "$(cat /home/test/active)"; then - echo "I'm the active color, no need to compile and switch!" + echo "I'm the active color, won't do this job." exit 0 fi