1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-30 06:35:24 +00:00

Don't install postgres for build

This won't be necessary unless we set up a testing server.
This commit is contained in:
Ivan Habunek 2022-11-24 11:23:24 +01:00
parent b8decb7660
commit 4a544e8175
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -1,7 +1,6 @@
image: debian/bookworm image: debian/bookworm
packages: packages:
- python3-venv - python3-venv
- postgresql
sources: sources:
- https://github.com/ihabunek/toot - https://github.com/ihabunek/toot
tasks: tasks: