Commit 757a220
Handle empty
An empty `OVERPASS_PLANET_PREPROCESS` should be treated the same as if it was not set.
Setting an empty variable can occur with the following `docker-compose.yml` definition:
```yml
environment:
OVERPASS_PLANET_PREPROCESS: ${OVERPASS_PLANET_PREPROCESS:-}
```
which, in turn, allows the environment variable to be optionally set in Github Actions or any other way of invoking the overpass docker image using `docker compose`.OVERPASS_PLANET_PREPROCESS
1 parent 643af2d commit 757a220
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments