mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
Automatically get latest built plugins
This commit is contained in:
parent
636d0f9e11
commit
2353667278
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if [ `basename $SITE` = testUpdates ]; then
|
|||
echo "Working on test update site"
|
||||
REL==`ls $HOME/ws/working/package | sort | tail -1`
|
||||
if [ "$REL" != "" ]; then
|
||||
DIR="$HOME/ws/working/package/$REL"
|
||||
DIR="$HOME/ws/working/package/$REL/updates"
|
||||
if [ -d "$DIR/features" ]; then
|
||||
echo "Copying new plugins and features from $DIR"
|
||||
rm -rf features
|
||||
|
|
Loading…
Add table
Reference in a new issue