]> git.openstreetmap.org Git - nominatim.git/commitdiff
CI tests: Removed creation of user www-data.
authorRobbe Haesendonck <googleit@inuits.eu>
Fri, 29 Sep 2023 08:18:44 +0000 (10:18 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 7 Dec 2023 08:04:33 +0000 (09:04 +0100)
Removed creation of user www-data as it already exists

.github/workflows/ci-tests.yml

index 3f6185440a8645a4f504585b3905aec1d8733f93..ff6c91d23331e0b0e5fdd8e7bdffc633fe9c4b1d 100644 (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