CI tests: Removed creation of user www-data.

Removed creation of user www-data as it already exists
This commit is contained in:
Robbe Haesendonck 2023-09-29 10:18:44 +02:00 committed by Sarah Hoffmann
parent 567c31ab6a
commit 482f7fe3ba

View File

@ -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