Skip to content

Commit f6dfdc9

Browse files
authored
fix: local tests not working due to lack of CI env var (#208)
* fix: local tests not working due to lack of CI env var
1 parent 0cdacac commit f6dfdc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ minio_user="AKIAIOSFODNN7EXAMPLE"
4646
minio_passwd="wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
4747
minio_name="${test_compose_project}_minio_1"
4848
minio_bucket="bucket-1"
49+
CI=${CI:="false"}
4950

5051
is_windows="0"
5152
if [ -z "${OS}" ] && [ "${OS}" == "Windows_NT" ]; then

0 commit comments

Comments
 (0)