mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
change js-api always in update-script
This commit is contained in:
parent
ba35eda2f9
commit
c035ead545
@ -212,21 +212,18 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
if $TOTAL_BUILD; then
|
if $TOTAL_BUILD; then
|
||||||
|
|
||||||
echo "====== UPDATE TOTAL BUILD======"
|
echo "====== UPDATE TOTAL BUILD======"
|
||||||
|
|
||||||
update_total_build_dependency_version
|
update_total_build_dependency_version
|
||||||
|
|
||||||
if $JS_API == true; then
|
|
||||||
if $DIFFERENT_JS_API == true; then
|
|
||||||
update_total_build_dependency_js_version ${VERSION_JS_API}
|
|
||||||
else
|
|
||||||
update_total_build_dependency_js_version ${VERSION}
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if $JS_API == true; then
|
||||||
|
if $DIFFERENT_JS_API == true; then
|
||||||
|
update_total_build_dependency_js_version ${VERSION_JS_API}
|
||||||
|
else
|
||||||
|
update_total_build_dependency_js_version ${VERSION}
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
echo "====== UPDATE DEMO SHELL ======"
|
echo "====== UPDATE DEMO SHELL ======"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user