From: Jamo Luhrsen Date: Thu, 16 Feb 2017 19:51:28 +0000 (-0800) Subject: remove old distro.zip from workspace after it's extracted X-Git-Tag: release/boron-sr3~269 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a6649e2e7db9558b11a88a3afe5d5eb714448425;p=releng%2Fbuilder.git remove old distro.zip from workspace after it's extracted Change-Id: I207629e231b24b8fc5f41445f00a5b63bba866ce Signed-off-by: Jamo Luhrsen --- diff --git a/jjb/integration/include-raw-integration-compare-distributions.sh b/jjb/integration/include-raw-integration-compare-distributions.sh index 8e54b8370..c8f1e8946 100644 --- a/jjb/integration/include-raw-integration-compare-distributions.sh +++ b/jjb/integration/include-raw-integration-compare-distributions.sh @@ -9,6 +9,7 @@ wget --progress=dot:mega $ACTUALBUNDLEURL echo "Extracting the last distribution found on nexus..." unzip -q $BUNDLE mv $BUNDLEFOLDER /tmp/distro_old +rm $BUNDLE echo "Extracting the distribution just created by this job..." NEW_DISTRO=$(find $WORKSPACE -name distribution-karaf*.zip)