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/Laravel.gitlab-ci.yml
parent9d01bd9d462eccffda96e5dcc1caeb8b86e0efe8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/ci/templates/Laravel.gitlab-ci.yml')
-rw-r--r--lib/gitlab/ci/templates/Laravel.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gitlab/ci/templates/Laravel.gitlab-ci.yml b/lib/gitlab/ci/templates/Laravel.gitlab-ci.yml
index 5d2c8024524..43e4ac02d41 100644
--- a/lib/gitlab/ci/templates/Laravel.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Laravel.gitlab-ci.yml
@@ -1,3 +1,8 @@
+# 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/Laravel.gitlab-ci.yml
+
# Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/php
image: php:latest