summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest-bugzilla-files/zip.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-bugzilla-files/zip.sh b/test-bugzilla-files/zip.sh
index a843ac3b..17b68488 100755
--- a/test-bugzilla-files/zip.sh
+++ b/test-bugzilla-files/zip.sh
@@ -41,9 +41,9 @@ cp ../exportCrashes.csv ../importCrash.csv ../odfundiff.csv ../validationErrors.
python analyze_logs.py
cp exportCrashes.csv importCrash.csv odfundiff.csv validationErrors.csv ../.
cd ..
-rm -f current.zip
-zip -r current.zip $SHA/*
if [ -z "$CRASHTEST_NO_UPLOAD" ]; then
+ rm -f current.zip
+ zip -r current.zip $SHA/*
scp current.zip upload@gimli.documentfoundation.org:/srv/www/dev-builds.libreoffice.org/crashtest/.
ssh upload@gimli.documentfoundation.org unzip -n /srv/www/dev-builds.libreoffice.org/crashtest/current.zip -d /srv/www/dev-builds.libreoffice.org/crashtest
fi