mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Travis - Prints the dependencies inside the logs (#3997)
* Remove the tmp folder inside the smart-build script. Print the deps file to see the current dependencies * Use the alpha of the latest lib published on npm
This commit is contained in:
committed by
Eugenio Romano
parent
539850612e
commit
705fb10a65
@@ -25,7 +25,10 @@ then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
#reset the tmp folder
|
||||
rm -rf tmp
|
||||
affected="$(./scripts/affected-libs.sh -b "$BRANCH_NAME")"
|
||||
echo $affected
|
||||
libs=(`echo $affected | sed 's/^$/\n/g'`)
|
||||
|
||||
#core
|
||||
|
Reference in New Issue
Block a user