Skip to content

Commit 0be0667

Browse files
committed
add ceph logs in CI for debug purposes in future
1 parent c2f4c3a commit 0be0667

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/docker/docker-compose.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ services:
9595
ceph:
9696
network_mode: "host"
9797
profiles: ['ceph']
98-
image: ghcr.io/scality/cloudserver/ci-ceph
98+
image: ghcr.io/scality/cloudserver/ci-ceph
99+
volumes:
100+
- /tmp/artifacts/${JOB_NAME}/ceph:/artifacts
99101
sproxyd:
100102
network_mode: "host"
101103
profiles: ['sproxyd']

0 commit comments

Comments
 (0)