diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-23 16:31:13 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-23 16:31:13 +0200 |
commit | be7c0df10d1d2dfe7a1ba903ee5bf6d9ca87c10b (patch) | |
tree | a2869837b25d8128342d614a8487b6602c5b4960 | |
parent | 50b8c6beae652b41e8f0fdc53d71280abd94d5bd (diff) | |
download | jenkins.debian.net-be7c0df10d1d2dfe7a1ba903ee5bf6d9ca87c10b.tar.xz |
lvc: add debug output
-rwxr-xr-x | bin/lvc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ discard_snapshots() { if [ -z "$WORKSPACE" ] ; then WORKSPACE=$PWD fi +echo WORKSPACE=$WORKSPACE RESULTS=$WORKSPACE/results IMAGE=$WORKSPACE/$(basename $URL) |