summaryrefslogtreecommitdiff
path: root/.gitlab/ci/ci-templates.gitlab-ci.yml
blob: d6e2fdf2fbe1ca69082529b1c1acc28d9d98cd95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
templates-shellcheck:
  extends:
    - .ci-templates:rules:shellcheck
    - .default-before_script
    - .default-retry
    - .ruby-cache
    - .use-pg13
  stage: test
  needs:
    - setup-test-env
  script:
    - apt update && apt install -y shellcheck=0.7.1-1+deb11u1
    - bundle exec scripts/lint_templates_bash.rb