Closed hectcastro closed 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:
docker-compose.yml
entrypoint
SCALA_VERSION
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.
The environment variable reference in the
docker-compose.yml
entrypoint
prevents tests from running whenSCALA_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.