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-07-12 21:09:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-12 21:09:09 +0300
commitdd1c093e289dab5b2142e8e7f02883f2281e7910 (patch)
treee16d1733ecd3b693c205816102f42b78bd65394b /doc/ci/examples
parentd9b3f39acad88d81eb7a75627c4325651fb7ff13 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/examples')
-rw-r--r--doc/ci/examples/php.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/examples/php.md b/doc/ci/examples/php.md
index 8184879a738..666c4d444d8 100644
--- a/doc/ci/examples/php.md
+++ b/doc/ci/examples/php.md
@@ -25,9 +25,9 @@ things manually.
As with every job, you need to create a valid `.gitlab-ci.yml` describing the
build environment.
-Let's first specify the PHP image that is used for the job process
-(you can read more about what an image means in the runner's lingo reading
-about [Using Docker images](../docker/using_docker_images.md#what-is-an-image)).
+Let's first specify the PHP image that is used for the job process.
+(You can read more about what an image means in the runner's lingo reading
+about [Using Docker images](../docker/using_docker_images.md#what-is-an-image).)
Start by adding the image to your `.gitlab-ci.yml`: