Skip to content

Commit

Permalink
Fix schema dump
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Sep 16, 2024
1 parent d585036 commit 9275989
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ingest-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
- name: Dump Database Schema
run: |
echo "$PGHOST:$PGPORT:$PGDATABASE:$PGUSER:$PGPASSWORD" > ~/.pgpass
chmod 0600 ~/.pgpass
pg_dump -h postgres -p 5432 -U glvd glvd > glvd-schema.sql
pg_dump --schema-only -h postgres -p 5432 -U glvd glvd > glvd-schema.sql
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9275989

Please sign in to comment.