diff --git a/.github/workflows/hidrive-next-build.yml b/.github/workflows/hidrive-next-build.yml index 2335085c36a07..1846f0a2de0e6 100644 --- a/.github/workflows/hidrive-next-build.yml +++ b/.github/workflows/hidrive-next-build.yml @@ -81,6 +81,9 @@ jobs: PUPPETEER_SKIP_DOWNLOAD: true run: make -f IONOS/Makefile build_dep_user_oidc_app + - name: Install dependencies for external apps nc_ionos_processes + run: make -f IONOS/Makefile build_dep_nc_ionos_processes_app + - name: Build Custom CSS run: make -f IONOS/Makefile build_dep_theming_app diff --git a/.gitmodules b/.gitmodules index 2890dbf501524..5c6d425488523 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "custom-npms/nc-nextcloud-vue"] path = custom-npms/nc-nextcloud-vue url = git@github.com:IONOS-Productivity/nc-nextcloud-vue.git +[submodule "apps-custom/nc_ionos_processes"] + path = apps-custom/nc_ionos_processes + url = git@github.com:IONOS-Productivity/nc_ionos_processes.git diff --git a/IONOS b/IONOS index c69e30236471f..1efcd48fe48b1 160000 --- a/IONOS +++ b/IONOS @@ -1 +1 @@ -Subproject commit c69e30236471f40e051df2df072f596fca747d3e +Subproject commit 1efcd48fe48b1a42c21d6d77445f4ed24637f39d diff --git a/apps-custom/nc_ionos_processes b/apps-custom/nc_ionos_processes new file mode 160000 index 0000000000000..2131797d290b2 --- /dev/null +++ b/apps-custom/nc_ionos_processes @@ -0,0 +1 @@ +Subproject commit 2131797d290b29af63ca5fa485b741f672db9b2a