Skip to content
代码片段 群组 项目
提交 ddcab609 编辑于 作者: John Cai's avatar John Cai
浏览文件

gitlab-ci: Fix project path for Gitaly

The project path in the workflow rules for a gitaly test pipeline is
incorrect. Fix it.
上级 b7ee4970
No related branches found
No related tags found
无相关合并请求
......@@ -44,7 +44,7 @@ default:
workflow:
name: '$PIPELINE_NAME'
rules:
- if: '$CI_PROJECT_PATH == "gitlab/gitaly" && $CI_PIPELINE_SOURCE == "parent_pipeline" && $GITALY_TEST'
- if: '$CI_PROJECT_PATH == "gitlab-org/gitaly" && $CI_PIPELINE_SOURCE == "parent_pipeline" && $GITALY_TEST'
variables:
PIPELINE_NAME: 'Gitaly Rails Test Pipeline'
# If `$FORCE_GITLAB_CI` is set, create a pipeline.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册