summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDov Hershkovitch <dhershkovitch@gitlab.com>2021-07-26 12:33:47 +0000
committerDov Hershkovitch <dhershkovitch@gitlab.com>2021-07-26 12:33:47 +0000
commit1f08c8a170b0a47f4a7ea09ac3232e43ae6f62c9 (patch)
treed5dcb182ab38a828bee1c65e8cb4b08266b61bff
parentc4af99d56fdef59d1da557d88a334f52e7531eb3 (diff)
downloadgitlab-ce-update-gettingstarted-template.tar.gz
Update lib/gitlab/ci/templates/Getting-Started.gitlab-ci.ymlupdate-gettingstarted-template
-rw-r--r--lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml b/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml
index 21a599fc78d..0e9e3e41b56 100644
--- a/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml
@@ -1,8 +1,3 @@
-# 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/Getting-Started.gitlab-ci.yml
-
# This is a sample GitLab CI/CD configuration file that should run without any modifications.
# It demonstrates a basic 3 stage CI/CD pipeline. Instead of real tests or scripts,
# it uses echo commands to simulate the pipeline execution.
@@ -10,7 +5,12 @@
# A pipeline is composed of independent jobs that run scripts, grouped into stages.
# Stages run in sequential order, but jobs within stages run in parallel.
#
-# For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages
+# For more information, see: https://docs.gitlab.com/ee/ci/yaml/README.html#stages
+#
+# 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/Getting-Started.gitlab-ci.yml
stages: # List of stages for jobs, and their order of execution
- build