Move gitaly working directory to top level
CI got stuck on !948 (closed) so I'm creating a new MR.
Related to gitaly#2229 (closed)
Currently, if you want to do Gitaly development in GDK you have to type cd gitaly/src/gitlab.com/gitlab-org/gitaly
which is kind of awkward. It would be much nicer if you could just type cd gitaly
.
After this change, the next gdk update
, gdk install
or gdk reconfigure
will move the existing gitaly
directory to gitaly.old.TIMESTAMP
and create a new clone in gitaly
.