gdk update fails on gitaly
I just updated GDK to the latest gem version, pulled master
, ran gdk update
, and encountered this error:
cd gitaly/src/gitlab.com/gitlab-org/gitaly && \
git stash && git checkout master && \
git pull --ff-only
/bin/sh: 1: cd: can't cd to gitaly/src/gitlab.com/gitlab-org/gitaly
Makefile:122: recipe for target 'gitaly/.git/pull' failed
make: *** [gitaly/.git/pull] Error 2
I still get the same error after cloning Gitaly manually from https://gitlab.com/gitlab-org/gitaly to ./gitaly
, there's no src
directory in there so I'm not sure if gitlab_clone_dir
in the Makefile
is correct.
gdk run
still works so this is just a minor issue.