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

Merge branch 'jc/fix-gitaly-workflow-rule' into 'master'

gitlab-ci: Fix project path for Gitaly

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/125943



Merged-by: default avatarJennifer Li <jli@gitlab.com>
Approved-by: default avatarNao Hashizume <nhashizume@gitlab.com>
Approved-by: default avatarJennifer Li <jli@gitlab.com>
Co-authored-by: default avatarJohn Cai <jcai@gitlab.com>
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.
先完成此消息的编辑!
想要评论请 注册