mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix smart build script
This commit is contained in:
@@ -44,6 +44,14 @@ affected="$(./scripts/affected-libs.sh ${gnu[@]} -b "$BRANCH_NAME")"
|
||||
echo $affected
|
||||
libs=(`echo $affected | sed 's/^$/\n/g'`)
|
||||
|
||||
|
||||
if [ $BRANCH_NAME == 'undefined' ]; then
|
||||
echo "Rebase your branch"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Builds"
|
||||
|
||||
#extensions
|
||||
for i in "${libs[@]}"
|
||||
do
|
||||
|
Reference in New Issue
Block a user