mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-2755] SSO: Simplify changing alfresco-js-api (#1290)
* include alfresco-js-api * provide update submodules as reset for the submodules
This commit is contained in:
14
update-submodules.sh
Executable file
14
update-submodules.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
git pull
|
||||
git submodule sync --recursive
|
||||
git submodule update --init --recursive
|
||||
# Go through all of the submodules switching them to their branches and updating them
|
||||
|
||||
echo
|
||||
echo "Updating alfresco-js-api ..."
|
||||
echo --------------------------
|
||||
cd alfresco-js-api && git checkout master && git pull
|
||||
cd ..
|
||||
|
||||
echo
|
Reference in New Issue
Block a user