summaryrefslogtreecommitdiff
path: root/.gitlab/ci/ci-templates.gitlab-ci.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-02 15:16:07 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-02 15:16:07 +0000
commitf38683df1f619b2a1960e1415b9326354a4b5327 (patch)
tree23d469a81d3d1866a2ab71ba406aa84cd954f99a /.gitlab/ci/ci-templates.gitlab-ci.yml
parent5bc7c18ad37cde0ffdf1aa4ba2cee27c92ec69f6 (diff)
downloadgitlab-ce-f38683df1f619b2a1960e1415b9326354a4b5327.tar.gz
Add latest changes from gitlab-org/gitlab@master
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