Skip to content

Commit

Permalink
reduce tippecanoe version
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 20, 2023
1 parent 2b04633 commit b95139f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion API/api_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def process_raw_data(self, params):
if use_s3_to_upload:
file_transfer_obj = S3FileTransfer()
upload_name = exportname if params.uuid else f"Recurring/{exportname}"
logging.error(exportname)
if exportname.startswith("hotosm_project"): # TM
if not params.uuid:
pattern = r"(hotosm_project_)(\d+)"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ COPY API/ ./API/
COPY src/ ./src/

# Use a separate stage to pull the tippecanoe image
FROM ghcr.io/hotosm/tippecanoe:main as tippecanoe-builder
FROM ghcr.io/kshitijrajsharma/tippecanoe:test- as tippecanoe-builder

FROM runner as prod
USER root
Expand Down

0 comments on commit b95139f

Please sign in to comment.