diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-22 21:08:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-22 21:08:00 +0100 |
commit | a44287cd28e63e70f36a43b9eece64fae6c9de1f (patch) | |
tree | 3414b359e18894eb57dc655aebf1049c81048185 /bin | |
parent | a97716e1c55f1439649478047afd966a55c784e5 (diff) | |
download | jenkins.debian.net-a44287cd28e63e70f36a43b9eece64fae6c9de1f.tar.xz |
Revert "put in debug mode"
This reverts commit 08e66c3be93e6a099218883d06cad7988df558f1.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index a82ad82e..3a81a776 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -4,7 +4,7 @@ # © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 -DEBUG=true +DEBUG=false . /srv/jenkins/bin/common-functions.sh common_init "$@" |