Remove unused import-sql image (#738)

import-sql image is not used anywhere in OMT, deleting.
This commit is contained in:
Yuri Astrakhan
2020-01-24 14:40:03 -05:00
committed by GitHub
parent 9d6dbfc64f
commit 9f4d48cf25
2 changed files with 1 additions and 12 deletions

View File

@@ -239,7 +239,7 @@ docker-compose run $DC_OPTS import-osm
echo " "
echo "-------------------------------------------------------------------------------------"
echo "====> : Start SQL postprocessing: ./build/tileset.sql -> PostgreSQL "
echo " : Source code: https://github.com/openmaptiles/openmaptiles-tools/tree/master/docker/import-sql "
echo " : Source code: https://github.com/openmaptiles/openmaptiles-tools/blob/master/bin/import-sql"
# If the output contains a WARNING, stop further processing
# Adapted from https://unix.stackexchange.com/questions/307562
docker-compose run $DC_OPTS openmaptiles-tools import-sql | \