nginxinc / nginx-s3-gateway

NGINX S3 Caching Gateway
Apache License 2.0
496 stars 126 forks source link

fix: local tests not working due to lack of CI env var #208

Closed 4141done closed 7 months ago

4141done commented 7 months ago

What

In order to prevent local test runs from attempting to build images, we introduced the CI variable in the test scripts in this change. However, locally this variable does not exist which causes the tests to fail locally.

Fix

In the test script, define the variable if it is unset to a value that will not cause images to be built.