Skip to content

Commit 343de00

Browse files
authored
Merge pull request #35724 from nextcloud/backport/stable25/update-minio-image
[stable25] ci: update minio image for s3 primary storage tests
2 parents 36e3661 + 0c3e73c commit 343de00

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/s3-primary.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
MINIO_ACCESS_KEY: minio
2626
MINIO_SECRET_KEY: minio123
27-
image: bitnami/minio:2021.10.6
27+
image: bitnami/minio:2021.12.29
2828
ports:
2929
- "9000:9000"
3030

@@ -52,8 +52,6 @@ jobs:
5252
run: |
5353
sleep 10
5454
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready
55-
sleep 10
56-
curl -f -m 1 --retry-connrefused --retry 10 --retry-delay 10 http://localhost:9000/minio/health/ready
5755
5856
- name: PHPUnit
5957
working-directory: tests

0 commit comments

Comments
 (0)