[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:
davidcanonieto
2019-05-17 15:03:22 +01:00
committed by Maurizio Vitale
parent 52c5ec03bc
commit 80da3e9932
4 changed files with 36 additions and 27 deletions

View File

@@ -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