geotrellis / geotrellis-gdal

Scala wrapper around GDAL java bindings using GeoTrellis
Other
12 stars 12 forks source link

Make test script work outside of CI #51

Closed hectcastro closed 5 years ago

hectcastro commented 5 years ago

The environment variable reference in the docker-compose.yml entrypoint prevents tests from running when SCALA_VERSION is not set to an appropriate value on the Docker host:

https://github.com/geotrellis/geotrellis-gdal/blob/3d86aa7d842fe9c0e8b1c1fe8bb142c17ff749e3/docker-compose.yml#L15

Ideally, this would degrade to some other relevant value when SCALA_VERSION is not set.