mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
adf-cli command init-aae use the user based on the role (#5364)
* Reuse the common deployment and modeling api * Add files to testing * Pass parameters * Travis initaae with correct parameters * Travis initaae with correct parameters * Add cli to the smart build
This commit is contained in:
@@ -84,7 +84,7 @@ done
|
||||
for i in "${libs[@]}"
|
||||
do
|
||||
if [ "$i" == "core" ] ; then
|
||||
AFFECTED_LIBS="core$ content-services$ process-services$ process-services-cloud$ insights$ extensions$ testing$"
|
||||
AFFECTED_LIBS="core$ content-services$ process-services$ process-services-cloud$ insights$ extensions$ testing$ cli$"
|
||||
echo "${AFFECTED_LIBS}"
|
||||
exit 0
|
||||
fi
|
||||
@@ -122,7 +122,6 @@ do
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
#process-services-cloud
|
||||
for i in "${libs[@]}"
|
||||
do
|
||||
@@ -131,4 +130,12 @@ do
|
||||
fi
|
||||
done
|
||||
|
||||
#cli
|
||||
for i in "${libs[@]}"
|
||||
do
|
||||
if [ "$i" == "cli" ] ; then
|
||||
AFFECTED_LIBS=$AFFECTED_LIBS" cli$"
|
||||
fi
|
||||
done
|
||||
|
||||
echo "${AFFECTED_LIBS}"
|
||||
|
Reference in New Issue
Block a user