Skip to content

Commit

Permalink
fix: local tests not working due to lack of CI env var (#208)
Browse files Browse the repository at this point in the history
* fix: local tests not working due to lack of CI env var
  • Loading branch information
4141done committed Feb 7, 2024
1 parent 0cdacac commit f6dfdc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ minio_user="AKIAIOSFODNN7EXAMPLE"
minio_passwd="wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
minio_name="${test_compose_project}_minio_1"
minio_bucket="bucket-1"
CI=${CI:="false"}

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

0 comments on commit f6dfdc9

Please sign in to comment.