Skip to content
Snippets Groups Projects
Commit cc3c55df authored by Stan Hu's avatar Stan Hu Committed by Robert Speicher
Browse files

Don't attempt to run other PostgreSQL tasks in geo-setup task

parent b0feff0f
No related branches found
No related tags found
1 merge request!258Add support for running GitLab Geo tracking database
Pipeline #
Loading
Loading
@@ -191,7 +191,7 @@ postgresql-replication/config:
# Setup GitLab Geo databases
 
.PHONY: geo-setup
geo-setup: gitlab/config/database_geo.yml postgresql/geo postgresql-replication/cluster postgresql-replication/role postgresql-replication/backup
geo-setup: gitlab/config/database_geo.yml postgresql/geo
 
gitlab/config/database_geo.yml:
sed "s|/home/git|${gitlab_development_root}|" database_geo.yml.example > gitlab/config/database_geo.yml
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment