Skip to content

Commit 977c235

Browse files
committed
ci
1 parent c5a7fb0 commit 977c235

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
export PGETC=/etc/postgresql/${{ matrix.ci.PGVER }}/main
5656
export PGBIN=/usr/lib/postgresql/${{ matrix.ci.PGVER }}/bin
5757
# needed for pg18 and above cause cluster is no longer created on install
58-
if [ ! -d "/etc/postgresql/${{ matrix.ci.PGVER }}/main" ]; then
59-
sudo pg_createcluster ${{ matrix.ci.PGVER }} main
60-
fi
58+
# if [ ! -d "/etc/postgresql/${{ matrix.ci.PGVER }}/main" ]; then
59+
# sudo pg_createcluster ${{ matrix.ci.PGVER }} main
60+
# fi
6161
sudo cp ./ci/pg_hba.conf $PGETC/pg_hba.conf
6262
sudo su postgres -c "$PGBIN/pg_ctl --pgdata $PGDATA start -o '-c config_file=$PGETC/postgresql.conf -p 5432'"
6363

0 commit comments

Comments
 (0)