fix aca update

This commit is contained in:
Eugenio Romano
2020-04-14 15:15:58 +01:00
parent 25426dd044
commit 049cedfb26

View File

@@ -60,7 +60,7 @@ BRANCH="ADF-update-beta-$VERSION"
git checkout -b $BRANCH git checkout -b $BRANCH
if $GNU; then if $GNU; then
if [ $NAME_REPO == 'Alfresco/generator-alfresco-adf-app' ] || [ $NAME_REPO == 'Alfresco/alfresco-modeler-app' ]; then if [ $NAME_REPO == 'Alfresco/generator-alfresco-adf-app' ] || [ $NAME_REPO == 'Alfresco/alfresco-modeler-app' ] || [ $NAME_REPO == 'Alfresco/alfresco-content-app' ]; then
./scripts/update-version.sh -gnu -v $VERSION -vj $JS_VERSION ./scripts/update-version.sh -gnu -v $VERSION -vj $JS_VERSION
else else
npm install @alfresco/adf-cli@alpha --no-save npm install @alfresco/adf-cli@alpha --no-save