Apex: remove leftover tmp dirs 13/40513/1
authorTim Rozet <trozet@redhat.com>
Mon, 28 Aug 2017 19:46:00 +0000 (15:46 -0400)
committerTim Rozet <trozet@redhat.com>
Mon, 28 Aug 2017 19:46:00 +0000 (15:46 -0400)
Change-Id: I4a1da6ba1efe2b704f0109f63817021435d283b8
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex-deploy.sh

index 4244f44..ce9544b 100755 (executable)
@@ -10,6 +10,8 @@ echo "Starting the Apex deployment."
 echo "--------------------------------------------------------"
 echo
 
+sudo rm -rf /tmp/tmp*
+
 if [ -z "$DEPLOY_SCENARIO" ]; then
   echo "Deploy scenario not set!"
   exit 1