mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 03:45:35 +02:00
Automatically get latest built plugins
This commit is contained in:
parent
2353667278
commit
f2266f1d69
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +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
|
||||
echo "Checking new Updates from $REL"
|
||||
DIR="$HOME/ws/working/package/$REL/updates"
|
||||
if [ -d "$DIR/features" ]; then
|
||||
echo "Copying new plugins and features from $DIR"
|
||||
|
|
Loading…
Add table
Reference in a new issue