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:
parent
0bb86129a5
commit
2594f7a5a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue