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