Skip to content
代码片段 群组 项目
提交 530fb9d6 编辑于 作者: Matthias Kaeppler's avatar Matthias Kaeppler
浏览文件

Pin gitlab-metrics-exporter version

It turns out we cannot use moving refs like branch
names in our release tooling. Setting this to a SHA
should allow us to re-add GME to our release pipeline
without failing deploys.
上级 567dfcb4
No related branches found
No related tags found
无相关合并请求
main 2c781b65ccfd6d016c7bfab1982ecb234c4e2cd0
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
let(:expected_clone_params) do let(:expected_clone_params) do
{ {
repo: 'https://gitlab.com/gitlab-org/gitlab-metrics-exporter.git', repo: 'https://gitlab.com/gitlab-org/gitlab-metrics-exporter.git',
version: 'main', version: an_instance_of(String),
target_dir: 'path/to/exporter' target_dir: 'path/to/exporter'
} }
end end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册