Move gitaly working directory to top level
Desperate move to get CI working: random string in the branch name. Previously: !948 (closed), !959 (closed)
My CI problems were caused by .gitlab-ci.yml
ignoring Makefile
changes. Fixed by Stan in a separate commit below.
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
.
Closes #747 (closed) as a side effect.
Edited by Jacob Vosmaer