mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
improve update version script (#1741)
This commit is contained in:
@@ -66,7 +66,9 @@ libslength=${#libs[@]}
|
|||||||
echo "====== Updating dependencies ======"
|
echo "====== Updating dependencies ======"
|
||||||
update
|
update
|
||||||
|
|
||||||
if [[ "${JS_VERSION}" != "" ]]
|
if [[ "${JS_VERSION}" == "" ]]
|
||||||
then
|
then
|
||||||
update_js_api
|
JS_VERSION=$VERSION
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
update_js_api
|
||||||
|
|||||||
Reference in New Issue
Block a user