From 3b1dd2f6807f1c59d3bc9e7fc2e909abe8856516 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 18 Sep 2017 15:05:16 -0400 Subject: 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 --- jjb/apex/apex-deploy.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'jjb') 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 -- cgit