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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/ci-templates.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/ci-templates.gitlab-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab/ci/ci-templates.gitlab-ci.yml b/.gitlab/ci/ci-templates.gitlab-ci.yml
new file mode 100644
index 00000000000..d6e2fdf2fbe
--- /dev/null
+++ b/.gitlab/ci/ci-templates.gitlab-ci.yml
@@ -0,0 +1,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