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

Handle missing gitaly/workhorse in 'gdk update'

parent 33ad6e53
No related branches found
No related tags found
1 merge request!238Handle missing gitaly/workhorse in 'gdk update'
Pipeline #
Loading
Loading
@@ -116,7 +116,7 @@ gitlab-shell/.git/pull:
git stash && git checkout master && \
git pull --ff-only
 
gitaly-update: gitaly/.git/pull gitaly-clean gitaly/bin/gitaly
gitaly-update: ${gitaly_clone_dir}/.git gitaly/.git/pull gitaly-clean gitaly/bin/gitaly
 
gitaly/.git/pull:
cd ${gitaly_clone_dir} && \
Loading
Loading
@@ -189,7 +189,7 @@ localhost.key:
 
gitlab-workhorse-setup: gitlab-workhorse/bin/gitlab-workhorse
 
gitlab-workhorse-update: gitlab-workhorse/.git/pull gitlab-workhorse-clean-bin gitlab-workhorse/bin/gitlab-workhorse
gitlab-workhorse-update: ${gitlab_workhorse_clone_dir}/.git gitlab-workhorse/.git/pull gitlab-workhorse-clean-bin gitlab-workhorse/bin/gitlab-workhorse
 
gitlab-workhorse-clean-bin:
rm -rf gitlab-workhorse/bin
Loading
Loading
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