Skip to content
代码片段 群组 项目
未验证 提交 3fbc9d3e 编辑于 作者: Pedro Pombeiro's avatar Pedro Pombeiro
浏览文件

Fix trigger-build variables

The recent changes broke the gitlab-com-database-testing job
上级 d2f1a542
No related branches found
No related tags found
无相关合并请求
......@@ -324,8 +324,8 @@ def self.access_token
def invoke!(post_comment: false, downstream_job_name: nil)
pipeline = super
gitlab = gitlab_client(:upstream)
project_path = base_variables['TOP_UPSTREAM_SOURCE_PROJECT']
merge_request_id = base_variables['TOP_UPSTREAM_MERGE_REQUEST_IID']
project_path = variables['TOP_UPSTREAM_SOURCE_PROJECT']
merge_request_id = variables['TOP_UPSTREAM_MERGE_REQUEST_IID']
comment = "<!-- #{IDENTIFIABLE_NOTE_TAG} --> \nStarted database testing [pipeline](https://ops.gitlab.net/#{downstream_project_path}/-/pipelines/#{pipeline.id}) " \
"(limited access). This comment will be updated once the pipeline has finished running."
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册