diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 12:20:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 12:20:48 +0100 |
commit | fe8135ea24c76670c98f9efc2dd3518a3edea4a4 (patch) | |
tree | 50291836f8df8fb30571e75de6f5812df1fad673 | |
parent | 6e8ee698df54f33e53796077ead79d6ea0d878c5 (diff) | |
download | jenkins.debian.net-fe8135ea24c76670c98f9efc2dd3518a3edea4a4.tar.xz |
disable debug again
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 90dedce4..0522192b 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.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 "$@" |