fix postgresql-client package
This commit is contained in:
parent
fe5382d6bf
commit
c317e47a88
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue