Skip to content
Snippets Groups Projects
Commit b13caf3a authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Merge branch 'gitaly-address' into 'master'

Support new gitaly settings in gitlab.yml

See merge request !276
parents 12b1867a fd731975
No related branches found
No related tags found
1 merge request!276Support new gitaly settings in gitlab.yml
Pipeline #
Loading
Loading
@@ -20,11 +20,15 @@ a
port: ${webpack_port:-3808}
.
1
/^ extra:/
i
gitaly:
socket_path: $(pwd)/gitaly.socket
/^ gitaly:/
/^ enabled:/
c
enabled: true
.
1
/^ gitaly_address:/
c
gitaly_address: unix:$(pwd)/gitaly.socket
.
wq
EOF
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