Skip to content

Commit 86e5161

Browse files
Patrick Bajaoashmckenzie
Patrick Bajao
andcommitted
Merge branch '676-job-failed-4995222036' into 'main'
Workaround to allow gitaly service to start Closes #676 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/838 Merged-by: Patrick Bajao <[email protected]> Approved-by: Patrick Bajao <[email protected]> Co-authored-by: Ash McKenzie <[email protected]>
2 parents dacb0a0 + 5e41870 commit 86e5161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ modules:download:
119119
services:
120120
- name: registry.gitlab.com/gitlab-org/build/cng/gitaly:master
121121
# Disable the hooks so we don't have to stub the GitLab API
122-
command: ["bash", "-c", "mkdir -p /home/git/repositories && rm -rf /srv/gitlab-shell/hooks/* && exec /usr/bin/env GITALY_TESTING_NO_GIT_HOOKS=1 /scripts/process-wrapper"]
122+
command: ["bash", "-c", "mkdir -p /home/git/repositories && rm -rf /srv/gitlab-shell/hooks/* && touch /srv/gitlab-shell/.gitlab_shell_secret && exec /usr/bin/env GITALY_TESTING_NO_GIT_HOOKS=1 /scripts/process-wrapper"]
123123
alias: gitaly
124124

125125
tests:

0 commit comments

Comments
 (0)