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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-28 09:07:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-28 09:07:45 +0300
commit6047d21a899cba25dfb554cca1776fed689dc951 (patch)
treeafc5785b2deb50393df933546c090f6568b38fe8 /lib/gitlab/ci/templates/Bash.gitlab-ci.yml
parent9d01bd9d462eccffda96e5dcc1caeb8b86e0efe8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/ci/templates/Bash.gitlab-ci.yml')
-rw-r--r--lib/gitlab/ci/templates/Bash.gitlab-ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/gitlab/ci/templates/Bash.gitlab-ci.yml b/lib/gitlab/ci/templates/Bash.gitlab-ci.yml
index 67e58d9ee99..1910913f2bd 100644
--- a/lib/gitlab/ci/templates/Bash.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Bash.gitlab-ci.yml
@@ -1,4 +1,9 @@
-# see https://docs.gitlab.com/ee/ci/yaml/README.html for all available options
+# To contribute improvements to CI/CD templates, please follow the Development guide at:
+# https://docs.gitlab.com/ee/development/cicd/templates.html
+# This specific template is located at:
+# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Bash.gitlab-ci.yml
+
+# See https://docs.gitlab.com/ee/ci/yaml/README.html for all available options
# you can delete this line if you're not using Docker
image: busybox:latest