DEV: Skip MinioRunner until min.io renews their cert (#25137)

The min.io domain cert has expired, causing our MinioRunner gem to fail. Skip until domain can be connected via SSL again.
This commit is contained in:
Ted Johansson 2024-01-05 10:00:08 +08:00 committed by GitHub
parent 0bb86129a5
commit 2594f7a5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require "minio_runner"
# require "minio_runner"
ENV["MINIO_RUNNER_LOG_LEVEL"] = "DEBUG"
MinioRunner.install_binaries
# ENV["MINIO_RUNNER_LOG_LEVEL"] = "DEBUG"
# MinioRunner.install_binaries