diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-28 11:55:02 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-28 11:55:02 +0200 |
commit | 615d36e723f2dc6b3a1cc9dd9ad782a837549350 (patch) | |
tree | ac5082da49ba62be36b20771af56ea308d5ec5a8 | |
parent | 795ab8b893c1458f308614c1f8f0c65af96d4280 (diff) | |
download | jenkins.debian.net-615d36e723f2dc6b3a1cc9dd9ad782a837549350.tar.xz |
fixup
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_node_health_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh index bad7a4b1..1fc61fb8 100755 --- a/bin/reproducible_node_health_check.sh +++ b/bin/reproducible_node_health_check.sh @@ -149,7 +149,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then if [ ! -z "$ZOMBIES" ] ; then echo "Warning, rise of the jenkins job zombies has started again, these jobs should not exist:" echo -e "$ZOMBIES" - DIRTY=TRUE + DIRTY=true echo fi fi |