Skip to content

Commit

Permalink
ignore .pgdata
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Mar 15, 2023
1 parent 1befb98 commit 9a9ba01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ cdk.out/
node_modules/
.mypy_cache
.pytest_cache
.pgdata
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
python -m pip install pre-commit
pre-commit run --all-files
- name: Launch database
- name: Launch database and build services
run: |
docker-compose up -d database
docker-compose build stac raster vector
- name: install lib postgres
run: |
Expand Down

0 comments on commit 9a9ba01

Please sign in to comment.