From: Robbe Haesendonck Date: Fri, 29 Sep 2023 08:18:44 +0000 (+0200) Subject: CI tests: Removed creation of user www-data. X-Git-Tag: v4.4.0~47 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/482f7fe3ba76fa64871f5ad344fefbac64f9714e?ds=sidebyside CI tests: Removed creation of user www-data. Removed creation of user www-data as it already exists --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 3f618544..ff6c91d2 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -426,7 +426,6 @@ jobs: run: | sudo -u postgres createuser -S osm-import sudo -u postgres psql -c "ALTER USER \"osm-import\" WITH PASSWORD 'osm-import';" - sudo -u postgres createuser -S www-data working-directory: /home/nominatim/nominatim-project - name: Grant import user rights