summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex-deploy.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-09-18 15:05:16 -0400
committerTim Rozet <trozet@redhat.com>2017-09-18 15:05:16 -0400
commit3b1dd2f6807f1c59d3bc9e7fc2e909abe8856516 (patch)
tree1c47d0e0dd0b695c714a04583da3f5e43f27a2ee /jjb/apex/apex-deploy.sh
parentc1304a02546a5a4b4683480098912997b5d102bf (diff)
Apex: stop removing apex tmp directories
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>
Diffstat (limited to 'jjb/apex/apex-deploy.sh')
-rwxr-xr-xjjb/apex/apex-deploy.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/jjb/apex/apex-deploy.sh b/jjb/apex/apex-deploy.sh
index a79c9e726..b8ae75a1f 100755
--- a/jjb/apex/apex-deploy.sh
+++ b/jjb/apex/apex-deploy.sh
@@ -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