remove old distro.zip from workspace after it's extracted 79/51979/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 16 Feb 2017 19:51:28 +0000 (11:51 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 16 Feb 2017 19:51:28 +0000 (11:51 -0800)
Change-Id: I207629e231b24b8fc5f41445f00a5b63bba866ce
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/integration/include-raw-integration-compare-distributions.sh

index 8e54b8370c5627fc1137b585ddcd4ec02bacf596..c8f1e8946cf961ff360609efe403434d2a6fc8c8 100644 (file)
@@ -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)