summaryrefslogtreecommitdiff
path: root/doc/development/shell_scripting_guide
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-25 03:06:19 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-25 03:06:19 +0000
commit33c89fa9c7473f6eca7839697c8673d52087c42a (patch)
treeca2d908eb78ef06af92d2343f0f8410d29a5afec /doc/development/shell_scripting_guide
parent26121e3bcdc6b4da8d89ae49af42232b5baccb6d (diff)
downloadgitlab-ce-33c89fa9c7473f6eca7839697c8673d52087c42a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/shell_scripting_guide')
-rw-r--r--doc/development/shell_scripting_guide/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/shell_scripting_guide/index.md b/doc/development/shell_scripting_guide/index.md
index 60678497bb2..e0895a088ab 100644
--- a/doc/development/shell_scripting_guide/index.md
+++ b/doc/development/shell_scripting_guide/index.md
@@ -60,7 +60,7 @@ All projects with shell scripts should use this GitLab CI/CD job:
```yaml
shell check:
- image: koalaman/shellcheck-alpine
+ image: koalaman/shellcheck-alpine:stable
stage: test
before_script:
- shellcheck --version