diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-19 20:14:27 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-19 20:14:27 +0200 |
commit | ff346593e3256bffec4c72c31bad6a68f9016125 (patch) | |
tree | b55903d127748294159a37a0444f39baba578a33 | |
parent | 5811aa3b2be10642db102d0e6e2985ef33130581 (diff) | |
download | jenkins.debian.net-ff346593e3256bffec4c72c31bad6a68f9016125.tar.xz |
reproducible: enable debug
-rwxr-xr-x | bin/reproducible_html_dashboards.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index 4e807415..07303cf6 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -4,7 +4,7 @@ # © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 -DEBUG=false +DEBUG=true . /srv/jenkins/bin/common-functions.sh common_init "$@" |