Skip to content

Commit

Permalink
Don't use a pager for psql
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartisan and tpendragon committed Jul 12, 2022
1 parent 491e7df commit 844dd19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
FIGGY_DB_HOST: localhost
FIGGY_DB_USERNAME: figgy
FIGGY_DB_PASSWORD: ""
PSQL_PAGER: ''
- image: postgres:10.6-alpine
environment:
POSTGRES_USER: figgy
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
FIGGY_DB_USERNAME: figgy
FIGGY_DB_PASSWORD: ""
MEDIAINFO_PATH: /usr/bin/mediainfo
PSQL_PAGER: ''
- image: postgres:10.6-alpine
environment:
POSTGRES_USER: figgy
Expand Down Expand Up @@ -158,6 +160,7 @@ jobs:
FIGGY_DB_HOST: localhost
FIGGY_DB_USERNAME: figgy
FIGGY_DB_PASSWORD: ""
PSQL_PAGER: ''
steps:
- browser-tools/install-browser-tools
- attach_workspace:
Expand Down

0 comments on commit 844dd19

Please sign in to comment.