summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-01-01 13:22:47 +0100
committerHolger Levsen <holger@layer-acht.org>2013-01-01 13:22:47 +0100
commitfc9b42d5133cf916a091844e6434bb273801e2db (patch)
tree3ea4cfe3bb4ebae416c316c36c2382c89e96b73e /bin/g-i-installation.sh
parent9cde42a2506db0ca33b59e59ad92e5eaf2b59613 (diff)
downloadjenkins.debian.net-fc9b42d5133cf916a091844e6434bb273801e2db.tar.xz
ignore failures on df
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index f1e074b1..43255ec2 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -571,7 +571,7 @@ save_logs() {
#
# copy logs (and continue if some logs cannot be copied)
#
- set -e
+ set +e
mkdir -p $RESULTS/log
sudo cp -r $SYSTEM_MNT/var/log/installer $RESULTS/log/
sudo chown -R jenkins:jenkins $RESULTS/log/