Skip to content

Commit 8d8dcc0

Browse files
committed
fix naming
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
1 parent 05e81fd commit 8d8dcc0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ jobs:
252252

253253
nextcloud:
254254
image: ghcr.io/juliushaertl/nextcloud-dev-php${{ format('{0}{1}', matrix.phpVersionMajor,matrix.phpVersionMinor) }}:latest
255+
entrypoint: [ "/bin/sh", "-c", "echo hello" ]
255256
env:
256257
SQL: ${{ matrix.database }}
257258
SERVER_BRANCH: ${{ matrix.nextcloudVersion }}
@@ -264,8 +265,6 @@ jobs:
264265
NEXTCLOUD_AUTOINSTALL_APPS_WAIT_TIME: 120
265266
volumes:
266267
- /home/runner/work/integration_openproject/integration_openproject:/var/www/html/apps-shared
267-
entrypoint: ["/bin/sh", "-c", "[ -f /data/ssl/nextcloud.local.key ] $$@ || (apk add openssl && openssl req -subj '/CN=nextcloud.local' -x509 -sha256 -nodes -days 3650 -newkey rsa:2048 -keyout /data/ssl/nextcloud.local.key -out /data/ssl/nextcloud.local.crt $$@ && echo certificate)"]
268-
269268
proxy:
270269
image: ghcr.io/juliushaertl/nextcloud-dev-nginx:latest
271270
ports:
@@ -274,7 +273,7 @@ jobs:
274273
volumes:
275274
- /var/run/docker.sock:/tmp/docker.sock:ro
276275
- ./data/ssl/:/etc/nginx/certs
277-
environment:
276+
env:
278277
DHPARAM_BITS: 2048
279278
DHPARAM_GENERATION: "false"
280279
HTTPS_METHOD: "noredirect"

0 commit comments

Comments
 (0)