Skip to content

Commit

Permalink
Fix postgres config
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed Nov 6, 2023
1 parent 8ff5d71 commit 6dea256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
tmpfs:
- /var/lib/postgresql/data
volumes:
- ./docker/ci/postgresql.conf:/etc/postgresql/postgresql.conf
- ./docker/ci/postgresql.conf:/var/lib/postgresql/data/postgresql.conf
environment:
POSTGRES_PASSWORD: p4ssw0rd
ci:
Expand Down
2 changes: 1 addition & 1 deletion docker/ci/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ run_all() {
cleanup
}

export -f cleanup execute execute_quiet run_psql reset_dbs setup_tests precompile_assets run_units run_features
export -f cleanup execute execute_quiet run_psql reset_dbs setup_tests precompile_assets run_units run_features run_all

if [ "$1" == "setup-tests" ]; then
shift
Expand Down

0 comments on commit 6dea256

Please sign in to comment.