mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
improve update version script (#1741)
This commit is contained in:
parent
b50b3f143d
commit
72254a4bce
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user