Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ci-templates.gitlab-ci.yml « ci « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a00de8cb533ed74f99b3e67c4d0753908cc7f525 (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-pg15
  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