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:
|
||||
- "build:x86"
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y postgresql-client-common
|
||||
- apt-get update && apt-get install -y postgresql-client
|
||||
script:
|
||||
- cd /
|
||||
- signald --migrate-data
|
||||
|
|
Loading…
Reference in a new issue