Skip to content

Commit c3c8998

Browse files
committed
ci
1 parent 954df16 commit c3c8998

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,11 @@ jobs:
5656
export PGETC=/etc/postgresql/${{ matrix.ci.PGVER }}/main
5757
export PGBIN=/usr/lib/postgresql/${{ matrix.ci.PGVER }}/bin
5858
export PGRUNNER=`whoami`
59-
# needed for pg18 and above cause cluster is no longer created on install
60-
# if [ ! -d "$PGETC" ]; then
61-
# sudo pg_createcluster ${{ matrix.ci.PGVER }} main
62-
# fi
6359
sudo chmod -R 755 /home/${PGRUNNER}
6460
sudo cp ./ci/pg_hba.conf $PGETC/pg_hba.conf
6561
sudo systemctl stop postgresql
6662
sudo pg_ctlcluster $PGVER main start
6763
sudo pg_lsclusters
68-
# sudo su postgres -c "$PGBIN/pg_ctl --pgdata $PGDATA start -o '-c config_file=$PGETC/postgresql.conf -p 5432'"
6964
7065
- name: 'Start HttpBin Docker'
7166
run: |

0 commit comments

Comments
 (0)