diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-24 13:41:22 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-24 13:41:22 +0100 |
commit | 3983e75abd842a6030999eedce87360e4f0550a2 (patch) | |
tree | 012fd62ecffbfbf8722e419288812e15d718e879 /bin | |
parent | fa599328451f7c0bdc36ded51fb9d3b8a17fad18 (diff) | |
download | jenkins.debian.net-3983e75abd842a6030999eedce87360e4f0550a2.tar.xz |
try harder to collect the right artifacts
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 84dc11ad..81ca8274 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -492,8 +492,8 @@ esac # case $NAME in *rescue) # so there are some artifacts to publish - mkdir -p $RESULTS/log/dummy - touch $RESULTS/log/dummy.log $RESULTS/log/dummy/dummy + mkdir -p $RESULTS/log/installer + touch $RESULTS/log/dummy $RESULTS/log/installer/dummy ;; *) # # kill qemu and image |