Apex: stop removing apex tmp directories 33/42333/1
authorTim Rozet <trozet@redhat.com>
Mon, 18 Sep 2017 19:05:16 +0000 (15:05 -0400)
committerTim Rozet <trozet@redhat.com>
Mon, 18 Sep 2017 19:05:16 +0000 (15:05 -0400)
The tmp directory no longer holds large files, and removing this while
other jobs are running can cause build failures.

Change-Id: I504d06e2e114dd1be4fe3790fcefaf97c724552c
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex-deploy.sh

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