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

CI: Pin shellcheck on bookworm to a different version

上级 3210b201
无相关合并请求
......@@ -9,5 +9,6 @@ templates-shellcheck:
needs:
- setup-test-env
script:
- apt update && apt install -y shellcheck=0.7.1-1+deb11u1
# Try bullseye (0.7) first and then bookworm (0.9)
- apt update && apt install -y shellcheck=0.7.1-1+deb11u1 || apt install -y shellcheck=0.9.0-1
- bundle exec scripts/lint_templates_bash.rb
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册