Skip to content

Commit 8a51939

Browse files
authored
Merge pull request #4725 from nextcloud/fix/skip-api-tests
2 parents 59f3837 + 314aade commit 8a51939

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/integration.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161

6262
services:
6363
collabora:
64-
image: ${{ matrix.code-image == 'release' && 'collabora/code:latest' || 'ghcr.io/juliusknorr/code-nightly:latest' }}
64+
#image: ${{ matrix.code-image == 'release' && 'collabora/code:latest' || 'juliushaertl/nc-code-nightly:latest' }}
65+
image: juliushaertl/nc-code-nightly:latest
6566
env:
6667
extra_params: '--o:ssl.enable=false'
6768
aliasgroup1: 'http://nextcloud'
@@ -140,7 +141,7 @@ jobs:
140141
MYSQL_ROOT_PASSWORD: rootpassword
141142
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
142143
collabora:
143-
image: ghcr.io/juliusknorr/nextcloud-dev-code:latest
144+
image: juliushaertl/nc-code-nightly:latest
144145
env:
145146
extra_params: '--o:ssl.enable=false'
146147
aliasgroup1: 'http://nextcloud'
@@ -221,7 +222,7 @@ jobs:
221222
POSTGRES_DB: nextcloud
222223
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
223224
collabora:
224-
image: ghcr.io/juliusknorr/nextcloud-dev-code:latest
225+
image: juliushaertl/nc-code-nightly:latest
225226
env:
226227
extra_params: '--o:ssl.enable=false'
227228
aliasgroup1: 'http://nextcloud'
@@ -312,7 +313,7 @@ jobs:
312313
--health-timeout 5s
313314
--health-retries 10
314315
collabora:
315-
image: ghcr.io/juliusknorr/nextcloud-dev-code:latest
316+
image: juliushaertl/nc-code-nightly:latest
316317
env:
317318
extra_params: '--o:ssl.enable=false'
318319
aliasgroup1: 'http://nextcloud'

0 commit comments

Comments
 (0)