Skip to content

Commit

Permalink
Update builds and repo cleanup scripts for 4.25 #305
Browse files Browse the repository at this point in the history
  • Loading branch information
sravanlakkimsetti authored Jun 3, 2022
1 parent a815bb0 commit 6453153
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cje-production/cleaners/cleanupNightlyRepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ doDryrun=
# global
declare -a reposToRemove=()
cleanRepo $eclipseIRepo I 4 $doDryrun
#declare -a reposToRemove=()
#cleanRepo $eclipseYRepo Y 2 $doDryrun
#declare -a reposToRemove=()
#cleanRepo $eclipsePRepo P 2 $doDryrun
declare -a reposToRemove=()
cleanRepo $eclipseYRepo Y 2 $doDryrun
declare -a reposToRemove=()
cleanRepo $eclipsePRepo P 2 $doDryrun
declare -a reposToRemove=()
cleanRepo $eclipseBuildTools I 4 $doDryrun

Expand Down

0 comments on commit 6453153

Please sign in to comment.