File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,15 @@ matrix:
28
28
ssl_key_file = 'test-server.key'
29
29
ssl_ca_file = 'test-client-ca.crt'
30
30
31
- - printf 'hostssl all all %s cert\n' 127.0.0.1/32 ::1/128 | sudo tee /etc/postgresql/10/main/pg_hba.conf
31
+ - printf 'hostssl all all %s cert\n' 127.0.0.1/32 ::1/128 | sudo tee /etc/postgresql/10/main/pg_hba.conf > /dev/null
32
32
- sudo cat /etc/postgresql/10/main/pg_hba.conf
33
33
- sudo make -C packages/pg/test/tls install DESTDIR=/etc/postgresql/10/main
34
- - sudo systemctl reload postgresql@10-main
34
+ - sudo systemctl restart postgresql@10-main
35
+ - sudo systemctl status -l postgresql@10-main
35
36
- yarn build
36
37
script :
37
38
- sudo pgrep -a postgres
39
+ - sudo ps aux | grep postgres
38
40
- psql -c 'SHOW ssl_cert_file;' || true
39
41
- psql -h localhost -c 'SHOW ssl_cert_file;' || true
40
42
- cd packages/pg
You can’t perform that action at this time.
0 commit comments