Skip to content
代码片段 群组 项目
提交 469bcfd7 编辑于 作者: Patrick Steinhardt's avatar Patrick Steinhardt
浏览文件

gitaly-test-spawn: Ensure that the gitlab-shell secret exists

Gitaly has recently enhanced its configuration checks to detect more
invalid configurations. One of these checks asserts that the secret
required to connect to Rails actually exists on disk -- if it doesn't,
Gitaly will refuse to start.

This has in fact broken the "gitlab:setup" CI job because we do not
ensure that the secret actually exists. Let's fix that.

Changelog: fixed
上级 ac638d85
No related branches found
No related tags found
无相关合并请求
...@@ -10,6 +10,8 @@ class GitalyTestSpawn ...@@ -10,6 +10,8 @@ class GitalyTestSpawn
include GitalySetup include GitalySetup
def run def run
ensure_gitlab_shell_secret!
# Run Praefect migrations # Run Praefect migrations
setup_praefect setup_praefect
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册