Skip to content

Commit

Permalink
fix path to bcdata script
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Aug 6, 2024
1 parent 39b8a85 commit 7c48d61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/harvest-restrictions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
harvest-restrictions:
runs-on: ubuntu-latest
name: test
name: harvest-restrictions
container: ghcr.io/bcgov/harvest-restrictions:main
environment: production
services:
Expand All @@ -33,7 +33,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
steps:
- uses: actions/checkout@v4
- name: Download
- name: Download sources
run: |
/venv/bin/python download.py sources.json -v
- name: Process overlays
Expand Down
2 changes: 1 addition & 1 deletion process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euxo pipefail

# download 250k grid
bcdata bc2pg WHSE_BASEMAPPING.NTS_250K_GRID
venv/bin/bcdata bc2pg WHSE_BASEMAPPING.NTS_250K_GRID

# create output table
psql $DATABASE_URL -c "DROP TABLE IF EXISTS designations;
Expand Down

0 comments on commit 7c48d61

Please sign in to comment.