Skip to content
代码片段 群组 项目
未验证 提交 05e3e740 编辑于 作者: Rémy Coutable's avatar Rémy Coutable
浏览文件

Don't use dependency proxy for any project access token user


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
上级 9e413f08
No related branches found
No related tags found
无相关合并请求
......@@ -124,7 +124,7 @@ workflow:
PIPELINE_NAME: 'Scheduled Ruby $RUBY_VERSION $CI_COMMIT_BRANCH branch'
# This work around https://gitlab.com/gitlab-org/gitlab/-/issues/332411 which prevents usage of dependency proxy
# when pipeline is triggered by a project access token.
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $GITLAB_USER_LOGIN =~ /project_\d+_bot\d*/'
- if: '$GITLAB_USER_LOGIN =~ /project_\d+_bot\d*/'
variables:
<<: [*default-ruby-variables, *default-branch-pipeline-failure-variables]
GITLAB_DEPENDENCY_PROXY_ADDRESS: ""
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册