mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACA-4732] Update JS-API version first (#3613)
This commit is contained in:
parent
47fb269c4d
commit
d33912b39a
2
.github/workflows/upstream-adf.yml
vendored
2
.github/workflows/upstream-adf.yml
vendored
@ -127,7 +127,7 @@ jobs:
|
||||
echo "Migration JS done"
|
||||
}
|
||||
migrateAllDependencies() {
|
||||
echo "Update ADF dependencies to: ${PACKAGE_VERSION_JS} and JS dependencies to: ${PACKAGE_VERSION_JS}"
|
||||
echo "Update ADF dependencies to: ${PACKAGE_VERSION_ADF} and JS dependencies to: ${PACKAGE_VERSION_JS}"
|
||||
./scripts/update-version.sh -v ${PACKAGE_VERSION_ADF} -vj ${PACKAGE_VERSION_JS}
|
||||
echo "Migration done"
|
||||
}
|
||||
|
@ -63,12 +63,11 @@ fi
|
||||
|
||||
libslength=${#libs[@]}
|
||||
|
||||
echo "====== Updating dependencies ======"
|
||||
update
|
||||
|
||||
if [[ "${JS_VERSION}" == "" ]]
|
||||
then
|
||||
JS_VERSION=$VERSION
|
||||
fi
|
||||
|
||||
echo "====== Updating dependencies ======"
|
||||
update_js_api
|
||||
update
|
||||
|
Loading…
x
Reference in New Issue
Block a user