From 5389215d844d0857cc8930848a7537f22064da27 Mon Sep 17 00:00:00 2001 From: Sravan Kumar Lakkimsetti Date: Tue, 5 Nov 2019 16:21:13 +0530 Subject: Bug 552657 - Migrate old builds cleanup job to JIRO Change-Id: I29f2990b1e30f0bcb95dae342b06a17c7565cfed Signed-off-by: Sravan Kumar Lakkimsetti --- cje-production/cleaners/cleanupNightlyRepo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cje-production/cleaners/cleanupNightlyRepo.sh b/cje-production/cleaners/cleanupNightlyRepo.sh index d0f76fd1b..2a4ceabc0 100755 --- a/cje-production/cleaners/cleanupNightlyRepo.sh +++ b/cje-production/cleaners/cleanupNightlyRepo.sh @@ -123,7 +123,7 @@ function cleanRepo () nRetain=$3 dryRun=$4 # Changed to "hard coded" location of where to expect on Hudson. - eclipseexe=${workspace}/eclipse + eclipseexe=${workspace}/eclipse/eclipse if [[ ! -x ${eclipseexe} ]] then echo -e "\n\tERROR: expected eclipse location not found, or not executable" -- cgit v1.2.3