mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-4569] Fix affected-libs.sh script (#4734)
* [ADF-4569] Fix affected-libs.sh script * [ADF-4569] Create new script to check if branch is updated
This commit is contained in:
committed by
Maurizio Vitale
parent
52c5ec03bc
commit
80da3e9932
@@ -39,8 +39,6 @@ else
|
||||
gnu=''
|
||||
fi
|
||||
|
||||
git merge-base origin/$BRANCH_NAME HEAD > ./tmp/devhead.txt;
|
||||
|
||||
#reset the tmp folder
|
||||
affected="$(./scripts/affected-libs.sh ${gnu[@]} -b "$BRANCH_NAME")"
|
||||
echo $affected
|
||||
|
Reference in New Issue
Block a user