mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-26 06:22:13 +03:00
CI tests: Removed creation of user www-data.
Removed creation of user www-data as it already exists
This commit is contained in:
parent
567c31ab6a
commit
482f7fe3ba
1
.github/workflows/ci-tests.yml
vendored
1
.github/workflows/ci-tests.yml
vendored
@ -426,7 +426,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo -u postgres createuser -S osm-import
|
sudo -u postgres createuser -S osm-import
|
||||||
sudo -u postgres psql -c "ALTER USER \"osm-import\" WITH PASSWORD '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
|
working-directory: /home/nominatim/nominatim-project
|
||||||
|
|
||||||
- name: Grant import user rights
|
- name: Grant import user rights
|
||||||
|
Loading…
Reference in New Issue
Block a user