fix postgresql-client package

This commit is contained in:
finn 2022-05-17 17:25:11 -07:00
parent fe5382d6bf
commit c317e47a88

View file

@ -28,7 +28,7 @@ test sqlite to postgres:
needs: needs:
- "build:x86" - "build:x86"
before_script: before_script:
- apt-get update && apt-get install -y postgresql-client-common - apt-get update && apt-get install -y postgresql-client
script: script:
- cd / - cd /
- signald --migrate-data - signald --migrate-data