mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
add adf-testing to the pipeline and publish (#4380)
This commit is contained in:
@@ -78,3 +78,11 @@ do
|
||||
./scripts/build-insights.sh || exit 1;
|
||||
fi
|
||||
done
|
||||
|
||||
#testing
|
||||
for i in "${libs[@]}"
|
||||
do
|
||||
if [ "$i" == "testing$" ] ; then
|
||||
./scripts/build-testing.sh || exit 1;
|
||||
fi
|
||||
done
|
Reference in New Issue
Block a user