Skip to content
Snippets Groups Projects
Commit f8768647 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Enable gitaly in development by default

parent 7723cb29
No related branches found
No related tags found
1 merge request!261Enable gitaly in development by default
Pipeline #
Loading
Loading
@@ -13,5 +13,5 @@ rails-background-jobs: exec /usr/bin/env SIDEKIQ_LOG_ARGUMENTS=1 RAILS_ENV=devel
#grafana: exec support/wait-postgresql-ready support/exec-cd grafana bin/grafana-server -config grafana.ini
#sshd: exec /usr/sbin/sshd -e -D -f /home/git/openssh/sshd_config
#nginx: exec nginx -p /home/git/nginx -c conf/nginx.conf
#gitaly: exec /usr/bin/env GITALY_SOCKET_PATH=/home/git/gitaly.socket GITALY_PROMETHEUS_LISTEN_ADDR=:9101 gitaly/bin/gitaly
gitaly: exec /usr/bin/env GITALY_SOCKET_PATH=/home/git/gitaly.socket GITALY_PROMETHEUS_LISTEN_ADDR=:9101 gitaly/bin/gitaly
webpack: exec /usr/bin/env NODE_ENV=development DEV_SERVER_PORT=3808 support/exec-cd gitlab npm run dev-server
Loading
Loading
@@ -19,5 +19,12 @@ a
host: localhost
port: ${webpack_port:-3808}
.
1
  • @jacobvosmaer-gitlab Is this a typo? make all aborts because of that, it works if I remove it!

  • Jacob Vosmaer (GitLab) @jacobvosmaer-gitlab ·
    Author Contributor

    No this is not a typo. I am trying to jump back to line 1 of the file, so that /^ extra:/ cannot fail if we overshot it earlier.

    What ed are you using? Platform, which ed.

  • @jacobvosmaer-gitlab

    › which ed
    /bin/ed

    I cannot reproduce the issue, though. Thanks for your answer! :)

  • Please register or sign in to reply
/^ extra:/
i
gitaly:
socket_path: $(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