Skip to content

Commit aa8c255

Browse files
Merge branch 'ionos-dev' into ah/dev/add-app-tables
2 parents cb52017 + afabe54 commit aa8c255

5 files changed

Lines changed: 27 additions & 5 deletions

File tree

.github/workflows/build-artifact.yml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,20 @@ jobs:
190190
"has_npm": true,
191191
"has_composer": true,
192192
"makefile_target": "build_forms_app"
193+
},
194+
{
195+
"name": "text",
196+
"path": "apps-external/text",
197+
"has_npm": true,
198+
"has_composer": true,
199+
"makefile_target": "build_text_app"
200+
},
201+
{
202+
"name": "whiteboard",
203+
"path": "apps-external/whiteboard",
204+
"has_npm": true,
205+
"has_composer": true,
206+
"makefile_target": "build_whiteboard_app"
193207
}
194208
]'
195209
@@ -203,7 +217,7 @@ jobs:
203217
fi
204218
205219
build-external-apps:
206-
runs-on: self-hosted
220+
runs-on: ubuntu-latest
207221
needs: prepare-matrix
208222

209223
permissions:
@@ -237,7 +251,7 @@ jobs:
237251
tools: composer:v2
238252
extensions: gd, zip, curl, xml, xmlrpc, mbstring, sqlite, xdebug, pgsql, intl, imagick, gmp, apcu, bcmath, redis, soap, imap, opcache
239253
env:
240-
runner: self-hosted
254+
runner: ubuntu-latest
241255

242256
- name: Cache Composer dependencies for ${{ matrix.app.name }}
243257
if: matrix.app.has_composer
@@ -261,7 +275,7 @@ jobs:
261275
!${{ matrix.app.path }}/node_modules
262276
263277
build-artifact:
264-
runs-on: self-hosted
278+
runs-on: ubuntu-latest
265279
needs: [prepare-matrix, build-external-apps]
266280

267281
permissions:
@@ -346,7 +360,7 @@ jobs:
346360
tools: composer:v2
347361
extensions: gd, zip, curl, xml, xmlrpc, mbstring, sqlite, xdebug, pgsql, intl, imagick, gmp, apcu, bcmath, redis, soap, imap, opcache
348362
env:
349-
runner: self-hosted
363+
runner: ubuntu-latest
350364

351365
- name: Cache Composer dependencies
352366
uses: actions/cache@v4

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,9 @@
6767
[submodule "apps-external/forms"]
6868
path = apps-external/forms
6969
url = git@github.com:IONOS-Productivity/nc-forms.git
70+
[submodule "apps-external/text"]
71+
path = apps-external/text
72+
url = git@github.com:nextcloud/text.git
73+
[submodule "apps-external/whiteboard"]
74+
path = apps-external/whiteboard
75+
url = git@github.com:nextcloud/whiteboard.git

IONOS

apps-external/text

Submodule text added at 12fa6f3

apps-external/whiteboard

Submodule whiteboard added at 93ebd3c

0 commit comments

Comments
 (0)