mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-5027] Fix ADF linking in ACA (#3114)
This commit is contained in:
5
.github/actions/adf-linking/action.yml
vendored
5
.github/actions/adf-linking/action.yml
vendored
@@ -17,6 +17,11 @@ runs:
|
||||
BRANCH=`echo $COMMIT_MESSAGE | grep -o "\[link-adf\:[^]]*\]" | sed -e 's#\[link-adf:##g' | sed -e 's#\]##g'`
|
||||
echo "Cloning ADF with branch ${BRANCH}" && \
|
||||
git clone https://github.com/Alfresco/alfresco-ng2-components.git --depth=1 --branch ${BRANCH} ../alfresco-ng2-components
|
||||
# ADF theming needs it the styling
|
||||
CWD=`pwd`
|
||||
cd ../alfresco-ng2-components
|
||||
npm install @angular/material
|
||||
cd $CWD
|
||||
else
|
||||
echo -e "Using ADF from installed node_modules."
|
||||
fi ;
|
||||
|
Reference in New Issue
Block a user