Skip to content

Commit df5abaf

Browse files
Try
1 parent 8119d52 commit df5abaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
name: Check TimescaleDB version
5050
command: |
5151
apt-get update && apt-get install -y postgresql-client
52-
PGPASSWORD=$POSTGRES_PASSWORD psql -U root transport_test -c "SELECT extname,extversion,version() FROM pg_extension WHERE extname='timescaledb'"
53-
52+
PGPASSWORD=$POSTGRES_PASSWORD psql -U root -h 127.0.0.1 transport_test -c "SELECT extname,extversion,version() FROM pg_extension WHERE extname='timescaledb'"
53+
5454
- run:
5555
name: Move transport-tools folder
5656
command: mv /transport-tools ./transport-tools

0 commit comments

Comments
 (0)