Skip to content

Commit

Permalink
Add db parameter to split_by_square after recent changes to fmtm-spli…
Browse files Browse the repository at this point in the history
…tter (#2020)

* fix: add db parameter to split_by_square after recent changes to fmtm splitter

* fix: remove public tag from odk_entities in sql

* fix: add username in task event test fixture

* fix: revert changes

* fix: skip scan image from workflow file
  • Loading branch information
Sujanadh authored Dec 24, 2024
1 parent 13ce03e commit 4a5664d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
context: src/backend
build_target: prod
scan_image: False
image_name: ghcr.io/${{ github.repository }}/backend

frontend-build:
Expand Down
3 changes: 2 additions & 1 deletion src/backend/app/projects/project_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,9 @@ async def preview_split_by_square(

return split_by_square(
boundary_featcol,
osm_extract=parsed_extract,
settings.FMTM_DB_URL.unicode_string(),
meters=dimension_meters,
osm_extract=parsed_extract,
)


Expand Down

0 comments on commit 4a5664d

Please sign in to comment.