From 0559acea33d12e7f6e3ba1b37df023db6bfb0091 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 8 Aug 2016 18:31:50 +0200 Subject: [PATCH] Fix delivery of tarball --- Installation/Jenkins/build.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Installation/Jenkins/build.sh b/Installation/Jenkins/build.sh index f8fefbff7c..ba10f01cb3 100755 --- a/Installation/Jenkins/build.sh +++ b/Installation/Jenkins/build.sh @@ -415,9 +415,8 @@ if test -n "${TARGET_DIR}"; then ) rm files.$$ - - gzip < ${TARFILE_TMP} > ${dir}/${TARFILE} - md5sum < ${dir}/${TARFILE} > ${dir}/${TARFILE}.md5 - rm ${TARFILE_TMP} fi + + gzip < ${TARFILE_TMP} > ${dir}/${TARFILE} + md5sum < ${dir}/${TARFILE} > ${dir}/${TARFILE}.md5 fi