We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdacac commit f6dfdc9Copy full SHA for f6dfdc9
test.sh
@@ -46,6 +46,7 @@ minio_user="AKIAIOSFODNN7EXAMPLE"
46
minio_passwd="wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
47
minio_name="${test_compose_project}_minio_1"
48
minio_bucket="bucket-1"
49
+CI=${CI:="false"}
50
51
is_windows="0"
52
if [ -z "${OS}" ] && [ "${OS}" == "Windows_NT" ]; then
0 commit comments