mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
[releng] Fix cleanup of nightlies in 2010
This commit is contained in:
parent
8db7c43215
commit
b436c38fe2
1 changed files with 1 additions and 1 deletions
|
@ -81,5 +81,5 @@ fi
|
|||
|
||||
#Cleanup old nightly builds (leave only last 5 in place)
|
||||
cd $HOME/ws2/publish
|
||||
ls -d N200* | sort | head -n-5 | xargs rm -rf
|
||||
ls -d N201* | sort | head -n-5 | xargs rm -rf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue